mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 05:40:30 -04:00
23 lines
548 B
Text
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
|
|
{
|