summaryrefslogtreecommitdiff
path: root/cpp/src/slice2cppe/Gen.cpp
diff options
context:
space:
mode:
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())
{