diff options
author | Bernard Normier <bernard@zeroc.com> | 2006-05-19 19:01:38 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2006-05-19 19:01:38 +0000 |
commit | 3cf2825e26b1ab451ce3ebd943ecf7f33b463468 (patch) | |
tree | 9867315dd4710af3ec4611ae22de63da6097598c /cpp/src | |
parent | Removed pop-up dialogs from Applicatin view (diff) | |
download | ice-3cf2825e26b1ab451ce3ebd943ecf7f33b463468.tar.bz2 ice-3cf2825e26b1ab451ce3ebd943ecf7f33b463468.tar.xz ice-3cf2825e26b1ab451ce3ebd943ecf7f33b463468.zip |
Fixed VC8 build
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/IceGrid/RegistryI.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/IceGrid/RegistryI.cpp b/cpp/src/IceGrid/RegistryI.cpp index f3ca88b4994..cca8d641311 100644 --- a/cpp/src/IceGrid/RegistryI.cpp +++ b/cpp/src/IceGrid/RegistryI.cpp @@ -7,6 +7,7 @@ // // ********************************************************************** +#include <IceUtil/DisableWarnings.h> #include <IceUtil/UUID.h> #include <Ice/Ice.h> #include <Ice/Network.h> |