diff options
| -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> |