summaryrefslogtreecommitdiff
path: root/cpp/src/slice2cpp/Gen.cpp
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2002-01-31 14:32:05 +0000
committerMatthew Newhook <matthew@zeroc.com>2002-01-31 14:32:05 +0000
commit68ec8c36af4f3abe5a10d4f24c924eeb5e8234e1 (patch)
tree542c8bc5a76b4ebdeaad6a05b6c5c1b1faaca64d /cpp/src/slice2cpp/Gen.cpp
parentbug fix (diff)
downloadice-68ec8c36af4f3abe5a10d4f24c924eeb5e8234e1.tar.bz2
ice-68ec8c36af4f3abe5a10d4f24c924eeb5e8234e1.tar.xz
ice-68ec8c36af4f3abe5a10d4f24c924eeb5e8234e1.zip
Move Slice/OutputUtil to IceUtil. Integrate IceXML/Output.cpp with
OutputUtil. Various Makefile fixes.
Diffstat (limited to 'cpp/src/slice2cpp/Gen.cpp')
-rw-r--r--cpp/src/slice2cpp/Gen.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/slice2cpp/Gen.cpp b/cpp/src/slice2cpp/Gen.cpp
index e1ccc07c3b4..d91658521fb 100644
--- a/cpp/src/slice2cpp/Gen.cpp
+++ b/cpp/src/slice2cpp/Gen.cpp
@@ -17,6 +17,7 @@
using namespace std;
using namespace Slice;
+using namespace IceUtil;
Slice::Gen::Gen(const string& name, const string& base, const string& include, const vector<string>& includePaths,
const string& dllExport, const string& dir, bool imp) :