diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-02-08 14:44:10 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-02-08 14:44:10 +0000 |
commit | 99028ae4feebf092ef2b68cd93d979172e8c0463 (patch) | |
tree | bc8c11335563b0351ae7f5accfc7fc080606bc10 /cpp/src/slice2cppe/Gen.cpp | |
parent | Added missing dependencies on slice2cpp (diff) | |
download | ice-99028ae4feebf092ef2b68cd93d979172e8c0463.tar.bz2 ice-99028ae4feebf092ef2b68cd93d979172e8c0463.tar.xz ice-99028ae4feebf092ef2b68cd93d979172e8c0463.zip |
Fixes to alternate sequence code to get around Sun issues.
Diffstat (limited to 'cpp/src/slice2cppe/Gen.cpp')
-rw-r--r-- | cpp/src/slice2cppe/Gen.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/slice2cppe/Gen.cpp b/cpp/src/slice2cppe/Gen.cpp index e8f5780133e..52d18fddce3 100644 --- a/cpp/src/slice2cppe/Gen.cpp +++ b/cpp/src/slice2cppe/Gen.cpp @@ -238,6 +238,8 @@ Slice::Gen::generate(const UnitPtr& p) C << "\n#include <IceE/LocalException.h>"; } + C << "\n#include <IceE/Iterator.h>"; + StringList includes = p->includeFiles(); for(StringList::const_iterator q = includes.begin(); q != includes.end(); ++q) |