ports/devel/log4cxx/files/patch-include-clocale-and-cstdlib
Dmitry Marakasov 1ac66a313b - Regenerate patches
- Update WWW

Approved by:	portmgr blanket
2020-02-10 09:31:21 +00:00

23 lines
548 B
Text

--- src/main/cpp/stringhelper.cpp.orig 2008-03-31 22:34:09 UTC
+++ src/main/cpp/stringhelper.cpp
@@ -28,6 +28,7 @@
#endif
#include <log4cxx/private/log4cxx_private.h>
#include <cctype>
+#include <cstdlib>
#include <apr.h>
--- src/main/include/log4cxx/helpers/simpledateformat.h.orig 2008-03-31 22:34:26 UTC
+++ src/main/include/log4cxx/helpers/simpledateformat.h
@@ -27,9 +27,8 @@
#include <log4cxx/helpers/dateformat.h>
#include <vector>
+#include <locale>
#include <time.h>
-
-namespace std { class locale; }
namespace log4cxx
{