summaryrefslogtreecommitdiff
path: root/cpp/src/XMLTransform/ErrorReporter.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/XMLTransform/ErrorReporter.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/XMLTransform/ErrorReporter.cpp')
-rw-r--r--cpp/src/XMLTransform/ErrorReporter.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/XMLTransform/ErrorReporter.cpp b/cpp/src/XMLTransform/ErrorReporter.cpp
index b08ab76eeec..12748b3a2cc 100644
--- a/cpp/src/XMLTransform/ErrorReporter.cpp
+++ b/cpp/src/XMLTransform/ErrorReporter.cpp
@@ -14,12 +14,14 @@
#include <IceUtil/Config.h>
#include <XMLTransform/ErrorReporter.h>
+#include <Ice/Xerces.h>
#include <iostream>
#include <sstream>
using namespace std;
using namespace XMLTransform;
+ICE_XERCES_NS_USE
DOMTreeErrorReporter::DOMTreeErrorReporter()
{