--- a/src/main/include/log4cxx/helpers/simpledateformat.h +++ b/src/main/include/log4cxx/helpers/simpledateformat.h @@ -27,10 +27,9 @@ #include <log4cxx/helpers/dateformat.h> #include <vector> +#include <locale> #include <time.h> -namespace std { class locale; } - namespace log4cxx { namespace helpers