summaryrefslogtreecommitdiff
path: root/cpp/src/slice2cpp/Gen.cpp
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2006-08-24 22:48:56 +0000
committerMark Spruiell <mes@zeroc.com>2006-08-24 22:48:56 +0000
commitd289ccc9af2907df3dc2f4ac8917aad2c04e5480 (patch)
tree9ef1338aa40cf285ddd251bfdcbbd5ea82906dd1 /cpp/src/slice2cpp/Gen.cpp
parentbug 1182: add zero-copy functions to stream API (diff)
downloadice-d289ccc9af2907df3dc2f4ac8917aad2c04e5480.tar.bz2
ice-d289ccc9af2907df3dc2f4ac8917aad2c04e5480.tar.xz
ice-d289ccc9af2907df3dc2f4ac8917aad2c04e5480.zip
bug 1316: auto_array
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 76c5167f616..4d66c8d8aec 100644
--- a/cpp/src/slice2cpp/Gen.cpp
+++ b/cpp/src/slice2cpp/Gen.cpp
@@ -241,6 +241,7 @@ Slice::Gen::generate(const UnitPtr& p)
}
C << "\n#include <IceUtil/Iterator.h>";
+ C << "\n#include <IceUtil/ScopedArray.h>";
StringList includes = p->includeFiles();