diff options
author | Brent Eagles <brent@zeroc.com> | 2007-02-22 14:58:29 +0000 |
---|---|---|
committer | Brent Eagles <brent@zeroc.com> | 2007-02-22 14:58:29 +0000 |
commit | e48350648143dd12e37640939355075a96b019e7 (patch) | |
tree | f5e7deed77c8ebd132074ad0b0ea85e7fbd97c46 /py/modules/IcePy/Proxy.cpp | |
parent | minor fix (diff) | |
download | ice-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.cpp | 1 |
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 |