diff -upr orig/apache-log4cxx-0.10.0//src/examples/cpp/console.cpp apache-log4cxx-0.10.0/src/examples/cpp/console.cpp --- orig/apache-log4cxx-0.10.0//src/examples/cpp/console.cpp 2008-04-01 00:34:52.000000000 +0200 +++ apache-log4cxx-0.10.0/src/examples/cpp/console.cpp 2008-12-05 15:14:28.000000000 +0100 @@ -16,6 +16,7 @@ */ #include +#include #include #include #include diff -upr orig/apache-log4cxx-0.10.0//src/main/cpp/inputstreamreader.cpp apache-log4cxx-0.10.0/src/main/cpp/inputstreamreader.cpp --- orig/apache-log4cxx-0.10.0//src/main/cpp/inputstreamreader.cpp 2008-04-01 00:34:09.000000000 +0200 +++ apache-log4cxx-0.10.0/src/main/cpp/inputstreamreader.cpp 2008-12-05 15:14:43.000000000 +0100 @@ -15,6 +15,7 @@ * limitations under the License. */ +#include #include #include #include diff -upr orig/apache-log4cxx-0.10.0//src/main/cpp/socketoutputstream.cpp apache-log4cxx-0.10.0/src/main/cpp/socketoutputstream.cpp --- orig/apache-log4cxx-0.10.0//src/main/cpp/socketoutputstream.cpp 2008-04-01 00:34:09.000000000 +0200 +++ apache-log4cxx-0.10.0/src/main/cpp/socketoutputstream.cpp 2008-12-05 15:14:48.000000000 +0100 @@ -15,6 +15,7 @@ * limitations under the License. */ +#include #include #include #include