diff options
author | Mark Spruiell <mes@zeroc.com> | 2010-03-23 07:35:09 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2010-03-23 07:35:09 -0700 |
commit | d7f56704f0437589ccf086b939db2885aae18da9 (patch) | |
tree | eaed03c295e7ff4345b4ee0ea8ea7ba9e7eb7cfc /cpp/src/slice2cpp/Gen.cpp | |
parent | Merge branch 'master' of ssh://git.zeroc.com/home/git/ice (diff) | |
download | ice-d7f56704f0437589ccf086b939db2885aae18da9.tar.bz2 ice-d7f56704f0437589ccf086b939db2885aae18da9.tar.xz ice-d7f56704f0437589ccf086b939db2885aae18da9.zip |
bug 4710 - missing include of StreamF.h
Diffstat (limited to 'cpp/src/slice2cpp/Gen.cpp')
-rw-r--r-- | cpp/src/slice2cpp/Gen.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/src/slice2cpp/Gen.cpp b/cpp/src/slice2cpp/Gen.cpp index 998dd7ed2ec..ea8089755bc 100644 --- a/cpp/src/slice2cpp/Gen.cpp +++ b/cpp/src/slice2cpp/Gen.cpp @@ -354,6 +354,10 @@ Slice::Gen::generate(const UnitPtr& p) { H << "\n#include <Ice/Stream.h>"; } + else + { + H << "\n#include <Ice/StreamF.h>"; + } } if(_checksum) |