diff options
author | Mark Spruiell <mes@zeroc.com> | 2004-10-05 23:30:12 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2004-10-05 23:30:12 +0000 |
commit | 8a45151dfefad0d6930661b6e16b99f84f67fa45 (patch) | |
tree | 18ccc9f6dccfad593974615a8af4a793fcf50328 /py/modules/IcePy/Slice.cpp | |
parent | fixes (diff) | |
download | ice-8a45151dfefad0d6930661b6e16b99f84f67fa45.tar.bz2 ice-8a45151dfefad0d6930661b6e16b99f84f67fa45.tar.xz ice-8a45151dfefad0d6930661b6e16b99f84f67fa45.zip |
Win32 port
Diffstat (limited to 'py/modules/IcePy/Slice.cpp')
-rw-r--r-- | py/modules/IcePy/Slice.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/modules/IcePy/Slice.cpp b/py/modules/IcePy/Slice.cpp index b02b2c4fd38..011a844edd8 100644 --- a/py/modules/IcePy/Slice.cpp +++ b/py/modules/IcePy/Slice.cpp @@ -7,6 +7,7 @@ // // ********************************************************************** +#include <IceUtil/Config.h> #include <Slice.h> #include <Util.h> #include <Slice/Preprocessor.h> |