You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
354 B
11 lines
354 B
diff -ru TECkit_2_5_1.orig/source/Compiler.cpp TECkit_2_5_1/source/Compiler.cpp |
|
--- TECkit_2_5_1.orig/source/Compiler.cpp 2009-03-05 10:29:22.000000000 +0000 |
|
+++ TECkit_2_5_1/source/Compiler.cpp 2009-03-05 10:29:50.000000000 +0000 |
|
@@ -33,6 +33,7 @@ |
|
#include <iomanip> |
|
#include <algorithm> |
|
#include <cstring> |
|
+#include <stdio.h> |
|
|
|
#include "zlib.h" |
|
|
|
|