[cpp-xmltooling COMMIT] /branches/REL_1/xmltooling/io/HTTPRequest.cpp
noreply at shibboleth.net
noreply at shibboleth.net
Fri Feb 10 21:30:24 GMT 2012
Author: scantor
Date: Fri Feb 10 21:30:24 2012
New Revision: 963
URL: http://svn.shibboleth.net/view/cpp-xmltooling?rev=963&view=rev
Log:
Missing header
Modified:
branches/REL_1/xmltooling/io/HTTPRequest.cpp
Modified: branches/REL_1/xmltooling/io/HTTPRequest.cpp
URL: http://svn.shibboleth.net/view/cpp-xmltooling/branches/REL_1/xmltooling/io/HTTPRequest.cpp?rev=963&r1=962&r2=963&view=diff
==============================================================================
--- branches/REL_1/xmltooling/io/HTTPRequest.cpp (original)
+++ branches/REL_1/xmltooling/io/HTTPRequest.cpp Fri Feb 10 21:30:24 2012
@@ -34,6 +34,7 @@
#include <boost/lexical_cast.hpp>
#include <boost/tokenizer.hpp>
#include <xercesc/util/XMLStringTokenizer.hpp>
+#include <xercesc/util/XMLUniDefs.hpp>
using namespace xmltooling;
using namespace xercesc;
More information about the commits
mailing list