gcc fixes
authorscantor <scantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Mon, 12 Sep 2011 19:07:58 +0000 (19:07 +0000)
committerscantor <scantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Mon, 12 Sep 2011 19:07:58 +0000 (19:07 +0000)
git-svn-id: https://svn.shibboleth.net/cpp-xmltooling/branches/REL_1@907 de75baf8-a10c-0410-a50a-987c0e22f00f

xmltooling/security/impl/PKIXPathValidator.cpp

index a142aa0..1864774 100644 (file)
 #include "util/Threads.h"
 #include "util/XMLHelper.h"
 
+#include <memory>
 #include <algorithm>
 #include <fstream>
 #include <openssl/x509_vfy.h>
 #include <openssl/x509v3.h>
 #include <xsec/enc/OpenSSL/OpenSSLCryptoX509.hpp>
+#include <xercesc/util/XMLUniDefs.hpp>
 
 using namespace xmltooling::logging;
 using namespace xmltooling;