diff options
author | Bernard Normier <bernard@zeroc.com> | 2012-10-11 20:23:23 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2012-10-11 20:23:23 +0000 |
commit | ebffdbd112bc1525ed31fef148a5753e4a2cad27 (patch) | |
tree | 57714c25d57dade724aa58ce3fe36cc2a0d7460b /py/modules/IcePy/ConnectionInfo.cpp | |
parent | Partial fix for ICE-4869: C++ stream read/write for structs (and structs-as-c... (diff) | |
download | ice-ebffdbd112bc1525ed31fef148a5753e4a2cad27.tar.bz2 ice-ebffdbd112bc1525ed31fef148a5753e4a2cad27.tar.xz ice-ebffdbd112bc1525ed31fef148a5753e4a2cad27.zip |
Added missing #includes to IcePy
Diffstat (limited to 'py/modules/IcePy/ConnectionInfo.cpp')
-rw-r--r-- | py/modules/IcePy/ConnectionInfo.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/modules/IcePy/ConnectionInfo.cpp b/py/modules/IcePy/ConnectionInfo.cpp index a7f41570ed0..28f793f5367 100644 --- a/py/modules/IcePy/ConnectionInfo.cpp +++ b/py/modules/IcePy/ConnectionInfo.cpp @@ -13,6 +13,7 @@ #include <ConnectionInfo.h> #include <EndpointInfo.h> #include <Util.h> +#include <Ice/Object.h> using namespace std; using namespace IcePy; |