diff -ruN apache-log4cxx-0.10.0-orig/src/main/cpp/stringhelper.cpp apache-log4cxx-0.10.0/src/main/cpp/stringhelper.cpp --- apache-log4cxx-0.10.0-orig/src/main/cpp/stringhelper.cpp 2008-03-31 17:34:09.000000000 -0500 +++ apache-log4cxx-0.10.0/src/main/cpp/stringhelper.cpp 2018-02-03 20:33:18.000000000 -0600 @@ -28,6 +28,7 @@ #endif #include #include +#include #include diff -ruN apache-log4cxx-0.10.0-orig/src/main/include/log4cxx/helpers/simpledateformat.h apache-log4cxx-0.10.0/src/main/include/log4cxx/helpers/simpledateformat.h --- apache-log4cxx-0.10.0-orig/src/main/include/log4cxx/helpers/simpledateformat.h 2008-03-31 17:34:26.000000000 -0500 +++ apache-log4cxx-0.10.0/src/main/include/log4cxx/helpers/simpledateformat.h 2018-02-03 20:33:39.000000000 -0600 @@ -27,10 +27,9 @@ #include #include +#include #include -namespace std { class locale; } - namespace log4cxx { namespace helpers