mirror of
https://git.freebsd.org/ports.git
synced 2025-07-10 05:49:22 -04:00
10 lines
243 B
C++
10 lines
243 B
C++
--- rlcodegen/gendata.cpp.orig Thu Dec 22 16:04:14 2005
|
|
+++ rlcodegen/gendata.cpp Mon Dec 26 13:21:36 2005
|
|
@@ -31,6 +31,7 @@
|
|
#include "fgotocodegen.h"
|
|
#include "ipgotocodegen.h"
|
|
|
|
+#include <climits>
|
|
#include <iostream>
|
|
|
|
using std::endl;
|