summaryrefslogtreecommitdiff
path: root/cpp/src/slice2cppe/Gen.cpp
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2006-08-29 13:54:07 +0000
committerMark Spruiell <mes@zeroc.com>2006-08-29 13:54:07 +0000
commit8fb05461c77dd82e4ce019d25a438678d14bda0b (patch)
treef73ce4f04dfdbc23a63ebd4440bf472c66dd55a6 /cpp/src/slice2cppe/Gen.cpp
parentwindows fix for http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1274 (diff)
downloadice-8fb05461c77dd82e4ce019d25a438678d14bda0b.tar.bz2
ice-8fb05461c77dd82e4ce019d25a438678d14bda0b.tar.xz
ice-8fb05461c77dd82e4ce019d25a438678d14bda0b.zip
bug 1316: rename auto_array to ScopedArray
Diffstat (limited to 'cpp/src/slice2cppe/Gen.cpp')
-rw-r--r--cpp/src/slice2cppe/Gen.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/slice2cppe/Gen.cpp b/cpp/src/slice2cppe/Gen.cpp
index f8fbb446678..dd0018bce9b 100644
--- a/cpp/src/slice2cppe/Gen.cpp
+++ b/cpp/src/slice2cppe/Gen.cpp
@@ -201,6 +201,7 @@ Slice::Gen::generate(const UnitPtr& p)
H << "\n#endif";
H << "\n#include <IceE/Exception.h>";
H << "\n#include <IceE/LocalObject.h>";
+ H << "\n#include <IceE/ScopedArray.h>";
if(p->usesProxies())
{