diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2015-07-20 06:38:58 -0700 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2015-07-20 06:38:58 -0700 |
commit | 6f640ee06b54c66fa6fc30e3c2cac6ea30e0f7e6 (patch) | |
tree | d24e1d8de905e2a43221836263ee4410e266093d /cpp/src/Ice/DeprecatedStringConverter.cpp | |
parent | adding Slice comment for IceLocatorDiscovery (diff) | |
download | ice-6f640ee06b54c66fa6fc30e3c2cac6ea30e0f7e6.tar.bz2 ice-6f640ee06b54c66fa6fc30e3c2cac6ea30e0f7e6.tar.xz ice-6f640ee06b54c66fa6fc30e3c2cac6ea30e0f7e6.zip |
ICE-6661 Cannot build Ice with -Os on Ubuntu 15.04
Diffstat (limited to 'cpp/src/Ice/DeprecatedStringConverter.cpp')
-rw-r--r-- | cpp/src/Ice/DeprecatedStringConverter.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/Ice/DeprecatedStringConverter.cpp b/cpp/src/Ice/DeprecatedStringConverter.cpp index 1b7196a34d6..4be29815a35 100644 --- a/cpp/src/Ice/DeprecatedStringConverter.cpp +++ b/cpp/src/Ice/DeprecatedStringConverter.cpp @@ -7,7 +7,9 @@ // // ********************************************************************** +#include <IceUtil/DisableWarnings.h> #include <Ice/DeprecatedStringConverter.h> + #include <Ice/Initialize.h> #include <Ice/Instance.h> #include <IceUtil/StringConverter.h> |