diff options
| author | dclarkNV <[email protected]> | 2018-03-08 17:01:49 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-03-08 17:01:49 -0500 |
| commit | e2f44cf7e0e9e2e8457c4352d28b0305387fcd02 (patch) | |
| tree | 584e7126af605f3a22c81304040759b0219a6489 | |
| parent | Push GfeSDK 1.1.191 (diff) | |
| download | gfesdk-e2f44cf7e0e9e2e8457c4352d28b0305387fcd02.tar.xz gfesdk-e2f44cf7e0e9e2e8457c4352d28b0305387fcd02.zip | |
Include wchar_t.h in cpp sdk_types1.1.191
Otherwise it will get stuck in the GfeSDK namespace
| -rw-r--r-- | include/gfesdk/bindings/cpp/sdk_types_cpp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/gfesdk/bindings/cpp/sdk_types_cpp.h b/include/gfesdk/bindings/cpp/sdk_types_cpp.h index fe04f0a..0b8527a 100644 --- a/include/gfesdk/bindings/cpp/sdk_types_cpp.h +++ b/include/gfesdk/bindings/cpp/sdk_types_cpp.h @@ -11,6 +11,7 @@ #define GFESDK_SDK_TYPES_CPP_H // Include these first, so they don't get stuck in the GfeSDK namespace below +#include <wchar.h> #include <stdint.h> #include <stdbool.h> |