--- Ice-3.2.1.orig/include/Ice/Outgoing.h 2008-02-22 15:24:43.000000000 +0100 +++ Ice-3.2.1.orig/include/Ice/Outgoing.h 2008-02-22 15:24:56.000000000 +0100 @@ -16,6 +16,7 @@ #include #include #include +#include namespace Ice { --- Ice-3.2.1.orig/src/FreezeScript/AssignVisitor.cpp 2008-02-22 15:24:43.000000000 +0100 +++ Ice-3.2.1.orig/src/FreezeScript/AssignVisitor.cpp 2008-02-22 15:26:34.000000000 +0100 @@ -9,6 +9,7 @@ #include #include +#include using namespace std; --- Ice-3.2.1.orig/src/FreezeScript/Data.cpp 2008-02-22 15:24:43.000000000 +0100 +++ Ice-3.2.1.orig/src/FreezeScript/Data.cpp 2008-02-22 15:26:21.000000000 +0100 @@ -12,6 +12,7 @@ #include #include #include +#include using namespace std; using namespace IceUtil; --- Ice-3.2.1.orig/src/FreezeScript/DumpDescriptors.cpp 2008-02-22 15:24:43.000000000 +0100 +++ Ice-3.2.1.orig/src/FreezeScript/DumpDescriptors.cpp 2008-02-22 15:26:26.000000000 +0100 @@ -15,6 +15,7 @@ #include #include #include +#include using namespace std; --- Ice-3.2.1.orig/src/FreezeScript/Transformer.cpp 2008-02-22 15:24:43.000000000 +0100 +++ Ice-3.2.1.orig/src/FreezeScript/Transformer.cpp 2008-02-22 15:26:16.000000000 +0100 @@ -19,6 +19,7 @@ #include #include #include +#include using namespace std; --- Ice-3.2.1.orig/src/Ice/ConnectionI.h 2008-02-22 15:24:43.000000000 +0100 +++ Ice-3.2.1.orig/src/Ice/ConnectionI.h 2008-02-22 15:24:56.000000000 +0100 @@ -26,6 +26,7 @@ #include #include #include +#include namespace IceInternal { --- Ice-3.2.1.orig/src/IceGrid/Activator.cpp 2008-02-22 15:24:43.000000000 +0100 +++ Ice-3.2.1.orig/src/IceGrid/Activator.cpp 2008-02-22 15:27:13.000000000 +0100 @@ -22,6 +22,7 @@ #include #include #include +#include #ifndef _WIN32 # include --- Ice-3.2.1.orig/src/IceGrid/PlatformInfo.cpp 2008-02-22 15:24:43.000000000 +0100 +++ Ice-3.2.1.orig/src/IceGrid/PlatformInfo.cpp 2008-02-22 15:27:05.000000000 +0100 @@ -17,6 +17,7 @@ #include #include +#include #if defined(_WIN32) # include // For _getcwd --- Ice-3.2.1.orig/src/IcePatch2/OS.cpp 2008-02-22 15:24:43.000000000 +0100 +++ Ice-3.2.1.orig/src/IcePatch2/OS.cpp 2008-02-22 15:26:56.000000000 +0100 @@ -10,6 +10,7 @@ #include #include #include +#include #ifdef __BCPLUSPLUS__ # include --- Ice-3.2.1.orig/src/IceUtil/ArgVector.cpp 2008-02-22 15:24:43.000000000 +0100 +++ Ice-3.2.1.orig/src/IceUtil/ArgVector.cpp 2008-02-22 15:24:56.000000000 +0100 @@ -9,6 +9,7 @@ #include #include +#include IceUtil::ArgVector::ArgVector(int argc, char *argv[]) { --- Ice-3.2.1.orig/src/IceUtil/MD5.cpp 2008-02-22 15:24:43.000000000 +0100 +++ Ice-3.2.1.orig/src/IceUtil/MD5.cpp 2008-02-22 15:24:56.000000000 +0100 @@ -9,6 +9,7 @@ #include #include +#include using namespace std; --- Ice-3.2.1.orig/src/IceUtil/OutputUtil.cpp 2008-02-22 15:24:43.000000000 +0100 +++ Ice-3.2.1.orig/src/IceUtil/OutputUtil.cpp 2008-02-22 15:24:56.000000000 +0100 @@ -8,6 +8,7 @@ // ********************************************************************** #include +#include using namespace std; using namespace IceUtil; --- Ice-3.2.1.orig/src/IceUtil/Random.cpp 2008-02-22 15:24:43.000000000 +0100 +++ Ice-3.2.1.orig/src/IceUtil/Random.cpp 2008-02-22 15:24:56.000000000 +0100 @@ -9,6 +9,7 @@ #include #include +#include #ifdef _WIN32 # include --- Ice-3.2.1.orig/src/IceUtil/ThreadException.cpp 2008-02-22 15:24:43.000000000 +0100 +++ Ice-3.2.1.orig/src/IceUtil/ThreadException.cpp 2008-02-22 15:24:56.000000000 +0100 @@ -8,6 +8,7 @@ // ********************************************************************** #include +#include using namespace std; --- Ice-3.2.1.orig/src/Slice/CPlusPlusUtil.cpp 2008-02-22 15:24:43.000000000 +0100 +++ Ice-3.2.1.orig/src/Slice/CPlusPlusUtil.cpp 2008-02-22 15:24:56.000000000 +0100 @@ -8,6 +8,7 @@ // ********************************************************************** #include +#include using namespace std; using namespace Slice; --- Ice-3.2.1.orig/src/Slice/DotNetNames.cpp 2008-02-22 15:24:43.000000000 +0100 +++ Ice-3.2.1.orig/src/Slice/DotNetNames.cpp 2008-02-22 15:24:56.000000000 +0100 @@ -9,6 +9,7 @@ #include #include +#include using namespace std; --- Ice-3.2.1.orig/src/Slice/Grammar.cpp 2008-02-22 15:24:43.000000000 +0100 +++ Ice-3.2.1.orig/src/Slice/Grammar.cpp 2008-02-22 15:24:56.000000000 +0100 @@ -165,6 +165,7 @@ #include #include +#include #ifdef _MSC_VER // I get these warnings from some bison versions: --- Ice-3.2.1.orig/src/Slice/Grammar.y 2008-02-22 15:24:43.000000000 +0100 +++ Ice-3.2.1.orig/src/Slice/Grammar.y 2008-02-22 15:24:56.000000000 +0100 @@ -11,6 +11,7 @@ #include #include +#include #ifdef _MSC_VER // I get these warnings from some bison versions: --- Ice-3.2.1.orig/src/Slice/Parser.cpp 2008-02-22 15:24:43.000000000 +0100 +++ Ice-3.2.1.orig/src/Slice/Parser.cpp 2008-02-22 15:24:56.000000000 +0100 @@ -10,6 +10,7 @@ #include #include #include +#include #ifdef __BCPLUSPLUS__ # include #endif --- Ice-3.2.1.orig/src/Slice/Preprocessor.cpp 2008-02-22 15:24:43.000000000 +0100 +++ Ice-3.2.1.orig/src/Slice/Preprocessor.cpp 2008-02-22 15:24:56.000000000 +0100 @@ -11,6 +11,7 @@ #include #include #include +#include #include #include --- Ice-3.2.1.orig/src/Slice/PythonUtil.cpp 2008-02-22 15:24:43.000000000 +0100 +++ Ice-3.2.1.orig/src/Slice/PythonUtil.cpp 2008-02-22 15:25:32.000000000 +0100 @@ -13,6 +13,7 @@ #ifdef __BCPLUSPLUS__ # include #endif +#include using namespace std; using namespace Slice; --- Ice-3.2.1.orig/src/slice2docbook/Gen.cpp 2008-02-22 15:24:43.000000000 +0100 +++ Ice-3.2.1.orig/src/slice2docbook/Gen.cpp 2008-02-22 15:24:56.000000000 +0100 @@ -10,6 +10,7 @@ #include #include #include +#include #ifdef __BCPLUSPLUS__ # include --- Ice-3.2.1.orig/src/slice2freeze/Main.cpp 2008-02-22 15:24:43.000000000 +0100 +++ Ice-3.2.1.orig/src/slice2freeze/Main.cpp 2008-02-22 15:24:56.000000000 +0100 @@ -12,6 +12,7 @@ #include #include #include +#include using namespace std; using namespace IceUtil; --- Ice-3.2.1.orig/src/slice2java/Gen.cpp 2008-02-22 15:24:43.000000000 +0100 +++ Ice-3.2.1.orig/src/slice2java/Gen.cpp 2008-02-22 15:24:56.000000000 +0100 @@ -15,6 +15,7 @@ #include #include +#include using namespace std; using namespace Slice; --- Ice-3.2.1.orig/src/slice2py/Main.cpp 2008-02-22 15:24:43.000000000 +0100 +++ Ice-3.2.1.orig/src/slice2py/Main.cpp 2008-02-22 15:24:56.000000000 +0100 @@ -13,6 +13,7 @@ #include #include +#include #include #include