diff --git a/src/main/cpp/inputstreamreader.cpp b/src/main/cpp/inputstreamreader.cpp index 52b1c0a..cb45181 100644 --- a/src/main/cpp/inputstreamreader.cpp +++ b/src/main/cpp/inputstreamreader.cpp @@ -20,6 +20,7 @@ #include #include #include +#include using namespace log4cxx; using namespace log4cxx::helpers; diff --git a/src/main/cpp/socketoutputstream.cpp b/src/main/cpp/socketoutputstream.cpp index 185f835..c61eb11 100644 --- a/src/main/cpp/socketoutputstream.cpp +++ b/src/main/cpp/socketoutputstream.cpp @@ -19,6 +19,7 @@ #include #include #include +#include using namespace log4cxx; using namespace log4cxx::helpers;