diff -crB apache-log4cxx-0.10.0/src/main/cpp/inputstreamreader.cpp installed_packages/apache-log4cxx-0.10.0/src/main/cpp/inputstreamreader.cpp *** apache-log4cxx-0.10.0/src/main/cpp/inputstreamreader.cpp 2008-04-01 00:34:09.000000000 +0200 --- installed_packages/apache-log4cxx-0.10.0/src/main/cpp/inputstreamreader.cpp 2010-03-22 22:06:07.993533240 +0100 *************** *** 20,25 **** --- 20,26 ---- #include #include #include + #include using namespace log4cxx; using namespace log4cxx::helpers; diff -crB apache-log4cxx-0.10.0/src/main/cpp/socketoutputstream.cpp installed_packages/apache-log4cxx-0.10.0/src/main/cpp/socketoutputstream.cpp *** apache-log4cxx-0.10.0/src/main/cpp/socketoutputstream.cpp 2008-04-01 00:34:09.000000000 +0200 --- installed_packages/apache-log4cxx-0.10.0/src/main/cpp/socketoutputstream.cpp 2010-03-22 22:06:26.862532970 +0100 *************** *** 19,24 **** --- 19,25 ---- #include #include #include + #include using namespace log4cxx; using namespace log4cxx::helpers;