[cpp-sp] 34/78: One more missing <memory> include
Scott Cantor
cantor.2 at osu.edu
Thu Dec 20 19:40:09 EST 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to annotated tag debian/2.0.dfsg1-1
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=76b02ec3bbf10c51c502a0886671329b226a1760
commit 76b02ec3bbf10c51c502a0886671329b226a1760
Author: Ferenc Wagner <wferi at niif.hu>
AuthorDate: Wed Jun 25 17:58:46 2008 +0200
One more missing <memory> include
---
apache/mod_apache.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/apache/mod_apache.cpp b/apache/mod_apache.cpp
index cbc0dbf..c5106dd 100644
--- a/apache/mod_apache.cpp
+++ b/apache/mod_apache.cpp
@@ -46,6 +46,7 @@
#include <xmltooling/util/Threads.h>
#include <xmltooling/util/XMLConstants.h>
#include <xmltooling/util/XMLHelper.h>
+#include <memory>
#ifdef WIN32
# include <winsock.h>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list