diff options
author | Bernard Normier <bernard@zeroc.com> | 2016-05-13 12:18:43 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2016-05-13 12:18:43 -0400 |
commit | 5aea2d90460e00d2505672c5a389f6f42267a156 (patch) | |
tree | 99618f7ce47bb1b25f01559d3c91f0f47912afb7 /cpp/src/slice2objc/Gen.h | |
parent | Merge remote-tracking branch 'origin/3.6' (diff) | |
download | ice-5aea2d90460e00d2505672c5a389f6f42267a156.tar.bz2 ice-5aea2d90460e00d2505672c5a389f6f42267a156.tar.xz ice-5aea2d90460e00d2505672c5a389f6f42267a156.zip |
Moved some cpp files from IceUtil to Ice
Fixed UWP/static libs linking with Ice on Windows
Diffstat (limited to 'cpp/src/slice2objc/Gen.h')
-rw-r--r-- | cpp/src/slice2objc/Gen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2objc/Gen.h b/cpp/src/slice2objc/Gen.h index efbe661af7e..75d86c78285 100644 --- a/cpp/src/slice2objc/Gen.h +++ b/cpp/src/slice2objc/Gen.h @@ -10,7 +10,7 @@ #ifndef GEN_H #define GEN_H -#include <Slice/ObjCUtil.h> +#include <ObjCUtil.h> namespace Slice { |