| 1 |
--- 8Kingdoms-1.1.0/common/TCL/tcl_struct.cpp~ 2008-01-03 18:45:05.000000000 +0100
|
| 2 |
+++ 8Kingdoms-1.1.0/common/TCL/tcl_struct.cpp 2008-01-03 18:45:05.000000000 +0100
|
| 3 |
@@ -6,6 +6,7 @@
|
| 4 |
*/
|
| 5 |
|
| 6 |
#include <stdio.h>
|
| 7 |
+#include <string.h>
|
| 8 |
#include "common/compatibility.h"
|
| 9 |
#include "common/types.h"
|
| 10 |
#include "tcl_struct.h"
|
| 11 |
--- 8Kingdoms-1.1.0/ai/Strategizer/attacks.cpp~ 2008-01-03 18:35:41.000000000 +0100
|
| 12 |
+++ 8Kingdoms-1.1.0/ai/Strategizer/attacks.cpp 2008-01-03 18:35:41.000000000 +0100
|
| 13 |
@@ -9,6 +9,7 @@
|
| 14 |
*/
|
| 15 |
|
| 16 |
#include "ai/Strategizer/attacks.h"
|
| 17 |
+#include <limits.h>
|
| 18 |
|
| 19 |
using namespace World;
|
| 20 |
|
| 21 |
--- 8Kingdoms-1.1.0/ai/MapAnalyzer/mapanalyzer.cpp~ 2008-01-03 18:34:48.000000000 +0100
|
| 22 |
+++ 8Kingdoms-1.1.0/ai/MapAnalyzer/mapanalyzer.cpp 2008-01-03 18:34:48.000000000 +0100
|
| 23 |
@@ -9,6 +9,8 @@
|
| 24 |
*/
|
| 25 |
|
| 26 |
#include "ai/MapAnalyzer/mapanalyzer.h"
|
| 27 |
+#include <limits.h>
|
| 28 |
+
|
| 29 |
using namespace World;
|
| 30 |
|
| 31 |
namespace ai_ns
|
| 32 |
--- 8Kingdoms-1.1.0/gui/engine/Effects.cpp~ 2008-02-13 18:58:10.000000000 +0100
|
| 33 |
+++ 8Kingdoms-1.1.0/gui/engine/Effects.cpp 2008-02-13 18:58:10.000000000 +0100
|
| 34 |
@@ -22,6 +22,7 @@
|
| 35 |
#include <GL/gl.h>
|
| 36 |
#include <assert.h>
|
| 37 |
#include <stdlib.h>
|
| 38 |
+#include <limits.h>
|
| 39 |
|
| 40 |
using namespace std;
|
| 41 |
|