diff options
author | Mark Spruiell <mes@zeroc.com> | 2006-08-24 22:48:56 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2006-08-24 22:48:56 +0000 |
commit | d289ccc9af2907df3dc2f4ac8917aad2c04e5480 (patch) | |
tree | 9ef1338aa40cf285ddd251bfdcbbd5ea82906dd1 /cpp/src/slice2cpp/Gen.cpp | |
parent | bug 1182: add zero-copy functions to stream API (diff) | |
download | ice-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.cpp | 1 |
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(); |