diff options
author | Bernard Normier <bernard@zeroc.com> | 2012-08-09 17:05:42 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2012-08-09 17:05:42 -0400 |
commit | a9e44ca45db29a778490b52f4e6b7717e1ca93de (patch) | |
tree | 293fb8f892f096c49fc8f151be0af34181ed7c26 /cpp/src/Ice/LocatorInfo.cpp | |
parent | Fixed file permission (diff) | |
download | ice-a9e44ca45db29a778490b52f4e6b7717e1ca93de.tar.bz2 ice-a9e44ca45db29a778490b52f4e6b7717e1ca93de.tar.xz ice-a9e44ca45db29a778490b52f4e6b7717e1ca93de.zip |
Cleaned up warning-disabling on Windows
Diffstat (limited to 'cpp/src/Ice/LocatorInfo.cpp')
-rw-r--r-- | cpp/src/Ice/LocatorInfo.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/Ice/LocatorInfo.cpp b/cpp/src/Ice/LocatorInfo.cpp index 9d5442d6409..15c78d1fcd7 100644 --- a/cpp/src/Ice/LocatorInfo.cpp +++ b/cpp/src/Ice/LocatorInfo.cpp @@ -7,6 +7,7 @@ // // ********************************************************************** +#include <IceUtil/DisableWarnings.h> #include <Ice/LocatorInfo.h> #include <Ice/Locator.h> #include <Ice/LocalException.h> |