[cpp-xmltooling COMMIT] /branches/REL_1/xmltooling/security/impl/PKIXPathValidator.cpp

noreply at shibboleth.net noreply at shibboleth.net
Mon Sep 12 20:07:59 BST 2011


Author: scantor
Date: Mon Sep 12 20:07:58 2011
New Revision: 907

URL: http://svn.shibboleth.net/view/cpp-xmltooling?rev=907&view=rev
Log:
gcc fixes

Modified:
    branches/REL_1/xmltooling/security/impl/PKIXPathValidator.cpp

Modified: branches/REL_1/xmltooling/security/impl/PKIXPathValidator.cpp
URL: http://svn.shibboleth.net/view/cpp-xmltooling/branches/REL_1/xmltooling/security/impl/PKIXPathValidator.cpp?rev=907&r1=906&r2=907&view=diff
==============================================================================
--- branches/REL_1/xmltooling/security/impl/PKIXPathValidator.cpp (original)
+++ branches/REL_1/xmltooling/security/impl/PKIXPathValidator.cpp Mon Sep 12 20:07:58 2011
@@ -35,11 +35,13 @@
 #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;



More information about the commits mailing list