diff options
author | Jose <jose@zeroc.com> | 2017-04-13 18:37:51 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2017-04-13 18:37:51 +0200 |
commit | d9777a0d1789c9c873f65865444e8c5ed5a9e5b1 (patch) | |
tree | 2d7016f83f24e925602c3e36b3138ea8cae290d4 /cpp/src/slice2objc/Gen.cpp | |
parent | Update priority inversion test to no be CPU sensitive (diff) | |
download | ice-d9777a0d1789c9c873f65865444e8c5ed5a9e5b1.tar.bz2 ice-d9777a0d1789c9c873f65865444e8c5ed5a9e5b1.tar.xz ice-d9777a0d1789c9c873f65865444e8c5ed5a9e5b1.zip |
Add slice2rb/slice2objc compilers to Windows builds
Diffstat (limited to 'cpp/src/slice2objc/Gen.cpp')
-rw-r--r-- | cpp/src/slice2objc/Gen.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/slice2objc/Gen.cpp b/cpp/src/slice2objc/Gen.cpp index a8b9dd66f03..10012bcb1ba 100644 --- a/cpp/src/slice2objc/Gen.cpp +++ b/cpp/src/slice2objc/Gen.cpp @@ -7,6 +7,7 @@ // // ********************************************************************** +#include <IceUtil/DisableWarnings.h> #include <IceUtil/Functional.h> #include "Gen.h" #include <limits> |