summaryrefslogtreecommitdiff
path: root/cpp/src/IceXML/StreamI.cpp
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2003-02-21 21:24:00 +0000
committerMark Spruiell <mes@zeroc.com>2003-02-21 21:24:00 +0000
commit9d3cb431f997477067757531d8c9b00181a72630 (patch)
tree132d41800831c2caa066ed962590c46d1e0dddc3 /cpp/src/IceXML/StreamI.cpp
parentbug fix in endpoint parsing (diff)
downloadice-9d3cb431f997477067757531d8c9b00181a72630.tar.bz2
ice-9d3cb431f997477067757531d8c9b00181a72630.tar.xz
ice-9d3cb431f997477067757531d8c9b00181a72630.zip
portability fixes for openssl, xerces; dependency update
Diffstat (limited to 'cpp/src/IceXML/StreamI.cpp')
-rw-r--r--cpp/src/IceXML/StreamI.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/cpp/src/IceXML/StreamI.cpp b/cpp/src/IceXML/StreamI.cpp
index dfb1e107fea..b2e8579cfe8 100644
--- a/cpp/src/IceXML/StreamI.cpp
+++ b/cpp/src/IceXML/StreamI.cpp
@@ -25,22 +25,21 @@
//
// For input streaming
//
+#include <Ice/Xerces.h>
#include <xercesc/framework/MemBufInputSource.hpp>
#include <xercesc/util/PlatformUtils.hpp>
#include <xercesc/util/XMLString.hpp>
-
#include <xercesc/dom/DOMException.hpp>
#include <xercesc/parsers/XercesDOMParser.hpp>
-
#include <xercesc/dom/DOMNode.hpp>
#include <xercesc/dom/DOMNamedNodeMap.hpp>
-
#include <xercesc/sax/ErrorHandler.hpp>
#include <xercesc/sax/SAXParseException.hpp>
using namespace std;
using namespace IceXML;
using namespace IceUtil;
+ICE_XERCES_NS_USE
//
// Utility to make the usage of xerces easier.