[cpp-xmltooling] 01/05: xmltoolingtest uses Boost

Scott Cantor cantor.2 at osu.edu
Tue Jun 26 18:33:50 EDT 2018


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch master
in repository cpp-xmltooling.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-xmltooling.git;a=commit;h=00f400299d216ed916f7effb4817ad950df78fd8

commit 00f400299d216ed916f7effb4817ad950df78fd8
Author: Ferenc Wágner <wferi at debian.org>
AuthorDate: Mon Jun 25 19:26:43 2018 +0200

    xmltoolingtest uses Boost
---
 xmltoolingtest/Makefile.am             | 2 +-
 xmltoolingtest/XMLObjectBaseTestCase.h | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/xmltoolingtest/Makefile.am b/xmltoolingtest/Makefile.am
index 5b41d52..cbdcaad 100644
--- a/xmltoolingtest/Makefile.am
+++ b/xmltoolingtest/Makefile.am
@@ -4,7 +4,7 @@ TESTS = xmltoolingtest
 
 check_PROGRAMS = xmltoolingtest
 
-xmltoolingtest_CXXFLAGS = $(CXXTESTFLAGS) $(xerces_CFLAGS) $(log4shib_CFLAGS) $(log4cpp_CFLAGS)
+xmltoolingtest_CXXFLAGS = $(CXXTESTFLAGS) $(xerces_CFLAGS) $(log4shib_CFLAGS) $(log4cpp_CFLAGS) $(BOOST_CPPFLAGS)
 if BUILD_XMLSEC
 xmltoolingtest_CXXFLAGS += $(XMLSEC_CFLAGS)
 xmltoolingtest_LDADD = $(top_builddir)/xmltooling/libxmltooling.la $(XMLSEC_LIBS)
diff --git a/xmltoolingtest/XMLObjectBaseTestCase.h b/xmltoolingtest/XMLObjectBaseTestCase.h
index 2eae9d5..5c75057 100644
--- a/xmltoolingtest/XMLObjectBaseTestCase.h
+++ b/xmltoolingtest/XMLObjectBaseTestCase.h
@@ -43,6 +43,8 @@
     using namespace xmlsignature;
 #endif
 
+#include <boost/scoped_ptr.hpp>
+
 using namespace xmltooling;
 using namespace xercesc;
 using namespace std;

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list