[cpp-xmltooling COMMIT] /branches/REL_1/xmltooling/security/impl/ChainingCredentialResolver.cpp
noreply at shibboleth.net
noreply at shibboleth.net
Wed Nov 16 21:34:10 GMT 2011
Author: scantor
Date: Wed Nov 16 21:34:10 2011
New Revision: 919
URL: http://svn.shibboleth.net/view/cpp-xmltooling?rev=919&view=rev
Log:
Add missing header.
Modified:
branches/REL_1/xmltooling/security/impl/ChainingCredentialResolver.cpp
Modified: branches/REL_1/xmltooling/security/impl/ChainingCredentialResolver.cpp
URL: http://svn.shibboleth.net/view/cpp-xmltooling/branches/REL_1/xmltooling/security/impl/ChainingCredentialResolver.cpp?rev=919&r1=918&r2=919&view=diff
==============================================================================
--- branches/REL_1/xmltooling/security/impl/ChainingCredentialResolver.cpp (original)
+++ branches/REL_1/xmltooling/security/impl/ChainingCredentialResolver.cpp Wed Nov 16 21:34:10 2011
@@ -32,6 +32,7 @@
#include "util/XMLHelper.h"
#include <algorithm>
+#include <functional>
#include <xercesc/util/XMLUniDefs.hpp>
using namespace xmltooling::logging;
More information about the commits
mailing list