forked from pool/log4cpp
needed by a package in Packman. but I would like to maintain it here OBS-URL: https://build.opensuse.org/request/show/231224 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/log4cpp?expand=0&rev=1
22 lines
682 B
Diff
22 lines
682 B
Diff
--- log4cpp-1.0/src/BasicLayout.cpp 2006-09-30 08:03:20.000000000 +0200
|
|
+++ log4cpp-1.0_fixed/src/BasicLayout.cpp 2009-01-13 10:47:32.000000000 +0100
|
|
@@ -11,6 +11,8 @@
|
|
#include <log4cpp/BasicLayout.hh>
|
|
#include <log4cpp/Priority.hh>
|
|
#include <log4cpp/FactoryParams.hh>
|
|
+#include <memory>
|
|
+
|
|
#ifdef LOG4CPP_HAVE_SSTREAM
|
|
#include <sstream>
|
|
#endif
|
|
--- log4cpp-1.0/src/PatternLayout.cpp 2007-08-28 09:54:12.000000000 +0200
|
|
+++ log4cpp-1.0_fixed/src/PatternLayout.cpp 2009-01-13 10:45:53.000000000 +0100
|
|
@@ -14,6 +14,7 @@
|
|
#include <log4cpp/TimeStamp.hh>
|
|
#include <log4cpp/FactoryParams.hh>
|
|
#include <memory>
|
|
+#include <cstdlib>
|
|
|
|
#ifdef LOG4CPP_HAVE_SSTREAM
|
|
#include <sstream>
|