[cpp-sp COMMIT] /branches/REL_2/shibsp/handler/impl/AttributeCheckerHandler.cpp

noreply at shibboleth.net noreply at shibboleth.net
Fri Feb 10 23:28:26 GMT 2012


Author: scantor
Date: Fri Feb 10 23:28:26 2012
New Revision: 3579

URL: http://svn.shibboleth.net/view/cpp-sp?rev=3579&view=rev
Log:
Missing header

Modified:
    branches/REL_2/shibsp/handler/impl/AttributeCheckerHandler.cpp

Modified: branches/REL_2/shibsp/handler/impl/AttributeCheckerHandler.cpp
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/shibsp/handler/impl/AttributeCheckerHandler.cpp?rev=3579&r1=3578&r2=3579&view=diff
==============================================================================
--- branches/REL_2/shibsp/handler/impl/AttributeCheckerHandler.cpp (original)
+++ branches/REL_2/shibsp/handler/impl/AttributeCheckerHandler.cpp Fri Feb 10 23:28:26 2012
@@ -40,6 +40,7 @@
 #include <boost/bind.hpp>
 #include <boost/scoped_ptr.hpp>
 #include <boost/algorithm/string.hpp>
+#include <xercesc/util/XMLUniDefs.hpp>
 #include <xmltooling/XMLToolingConfig.h>
 #include <xmltooling/util/PathResolver.h>
 #include <xmltooling/util/XMLHelper.h>



More information about the commits mailing list