summaryrefslogtreecommitdiff
path: root/py/modules/IcePy/Proxy.cpp
diff options
context:
space:
mode:
authorBrent Eagles <brent@zeroc.com>2007-02-22 14:58:29 +0000
committerBrent Eagles <brent@zeroc.com>2007-02-22 14:58:29 +0000
commite48350648143dd12e37640939355075a96b019e7 (patch)
treef5e7deed77c8ebd132074ad0b0ea85e7fbd97c46 /py/modules/IcePy/Proxy.cpp
parentminor fix (diff)
downloadice-e48350648143dd12e37640939355075a96b019e7.tar.bz2
ice-e48350648143dd12e37640939355075a96b019e7.tar.xz
ice-e48350648143dd12e37640939355075a96b019e7.zip
adding disablewarnings for VC80
Diffstat (limited to 'py/modules/IcePy/Proxy.cpp')
-rw-r--r--py/modules/IcePy/Proxy.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/py/modules/IcePy/Proxy.cpp b/py/modules/IcePy/Proxy.cpp
index 45e726f194e..e8583964a8a 100644
--- a/py/modules/IcePy/Proxy.cpp
+++ b/py/modules/IcePy/Proxy.cpp
@@ -7,6 +7,7 @@
//
// **********************************************************************
+#include <IceUtil/DisableWarnings.h>
#ifdef _WIN32
# include <IceUtil/Config.h>
#endif