Missing XMLCh reference in headers
authorscantor <scantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Fri, 13 Apr 2012 20:07:51 +0000 (20:07 +0000)
committerscantor <scantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Fri, 13 Apr 2012 20:07:51 +0000 (20:07 +0000)
git-svn-id: https://svn.shibboleth.net/cpp-sp/branches/REL_2@3621 cb58f699-b61c-0410-a6fe-9272a202ed29

shibsp/SessionCache.h
shibsp/attribute/resolver/AttributeResolver.h

index d566bfd..7b7a6d6 100644 (file)
@@ -34,6 +34,7 @@
 #include <string>
 #include <vector>
 #include <ctime>
+#include <xercesc/util/XercesDefs.hpp>
 #include <xmltooling/Lockable.h>
 
 namespace xmltooling {
index 329a659..fd4596f 100644 (file)
@@ -32,6 +32,7 @@
 
 #include <string>
 #include <vector>
+#include <xercesc/util/XercesDefs.hpp>
 #include <xmltooling/Lockable.h>
 
 namespace xmltooling {