diff -Naur orig/src/examples/cpp/console.cpp apache-log4cxx-0.10.0/src/examples/cpp/console.cpp --- orig/src/examples/cpp/console.cpp 2008-04-01 00:34:52.000000000 +0200 +++ apache-log4cxx-0.10.0/src/examples/cpp/console.cpp 2014-12-08 19:18:32.375367300 +0100 @@ -23,6 +23,9 @@ #include #include +#include +#include + using namespace log4cxx; using namespace log4cxx::helpers; diff -Naur orig/src/main/cpp/inputstreamreader.cpp apache-log4cxx-0.10.0/src/main/cpp/inputstreamreader.cpp --- orig/src/main/cpp/inputstreamreader.cpp 2008-04-01 00:34:09.000000000 +0200 +++ apache-log4cxx-0.10.0/src/main/cpp/inputstreamreader.cpp 2014-12-08 19:01:22.703410400 +0100 @@ -21,6 +21,8 @@ #include #include +#include + using namespace log4cxx; using namespace log4cxx::helpers; diff -Naur orig/src/main/cpp/socketoutputstream.cpp apache-log4cxx-0.10.0/src/main/cpp/socketoutputstream.cpp --- orig/src/main/cpp/socketoutputstream.cpp 2008-04-01 00:34:09.000000000 +0200 +++ apache-log4cxx-0.10.0/src/main/cpp/socketoutputstream.cpp 2014-12-08 19:06:17.059843100 +0100 @@ -20,6 +20,8 @@ #include #include +#include + using namespace log4cxx; using namespace log4cxx::helpers;