[cpp-sp COMMIT] in /branches/REL_2/shibsp: SessionCache.h attribute/resolver/AttributeResolver.h

noreply at shibboleth.net noreply at shibboleth.net
Fri Apr 13 21:07:51 BST 2012


Author: scantor
Date: Fri Apr 13 21:07:51 2012
New Revision: 3621

URL: http://svn.shibboleth.net/view/cpp-sp?rev=3621&view=rev
Log:
Missing XMLCh reference in headers

Modified:
    branches/REL_2/shibsp/SessionCache.h
    branches/REL_2/shibsp/attribute/resolver/AttributeResolver.h

Modified: branches/REL_2/shibsp/SessionCache.h
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/shibsp/SessionCache.h?rev=3621&r1=3620&r2=3621&view=diff
==============================================================================
--- branches/REL_2/shibsp/SessionCache.h (original)
+++ branches/REL_2/shibsp/SessionCache.h Fri Apr 13 21:07:51 2012
@@ -34,6 +34,7 @@
 #include <string>
 #include <vector>
 #include <ctime>
+#include <xercesc/util/XercesDefs.hpp>
 #include <xmltooling/Lockable.h>
 
 namespace xmltooling {

Modified: branches/REL_2/shibsp/attribute/resolver/AttributeResolver.h
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/shibsp/attribute/resolver/AttributeResolver.h?rev=3621&r1=3620&r2=3621&view=diff
==============================================================================
--- branches/REL_2/shibsp/attribute/resolver/AttributeResolver.h (original)
+++ branches/REL_2/shibsp/attribute/resolver/AttributeResolver.h Fri Apr 13 21:07:51 2012
@@ -32,6 +32,7 @@
 
 #include <string>
 #include <vector>
+#include <xercesc/util/XercesDefs.hpp>
 #include <xmltooling/Lockable.h>
 
 namespace xmltooling {



More information about the commits mailing list