summaryrefslogtreecommitdiff
path: root/py/modules/IcePy/Util.cpp
diff options
context:
space:
mode:
authorBrent Eagles <brent@zeroc.com>2006-06-09 17:27:32 +0000
committerBrent Eagles <brent@zeroc.com>2006-06-09 17:27:32 +0000
commitc54e0de4092b45758c146b44c106653a818f3fce (patch)
treea6255f7770419749548865be3e9831a741078766 /py/modules/IcePy/Util.cpp
parentdisable compiler warnings that cause build failures under VS 2005 (diff)
downloadice-c54e0de4092b45758c146b44c106653a818f3fce.tar.bz2
ice-c54e0de4092b45758c146b44c106653a818f3fce.tar.xz
ice-c54e0de4092b45758c146b44c106653a818f3fce.zip
Adding DisableWarnings header to prevent compile failures under VS 2005
Diffstat (limited to 'py/modules/IcePy/Util.cpp')
-rw-r--r--py/modules/IcePy/Util.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/py/modules/IcePy/Util.cpp b/py/modules/IcePy/Util.cpp
index d521b6e96d2..ec9ff22e8f5 100644
--- a/py/modules/IcePy/Util.cpp
+++ b/py/modules/IcePy/Util.cpp
@@ -11,6 +11,7 @@
# include <IceUtil/Config.h>
#endif
#include <Util.h>
+#include <IceUtil/DisableWarnings.h>
#include <Ice/IdentityUtil.h>
#include <Ice/LocalException.h>
#include <IceUtil/UUID.h>