diff options
author | Mark Spruiell <mes@zeroc.com> | 2006-08-29 13:54:07 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2006-08-29 13:54:07 +0000 |
commit | 8fb05461c77dd82e4ce019d25a438678d14bda0b (patch) | |
tree | f73ce4f04dfdbc23a63ebd4440bf472c66dd55a6 /cpp/src/slice2cppe/Gen.cpp | |
parent | windows fix for http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1274 (diff) | |
download | ice-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.cpp | 1 |
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()) { |