SHA256
8
0
forked from pool/log4cpp

Accepting request 231224 from home:awissu

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
This commit is contained in:
Stephan Kulow
2014-04-25 09:37:10 +00:00
committed by Git OBS Bridge
commit c6468f3145
6 changed files with 206 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
--- 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>