From e2f44cf7e0e9e2e8457c4352d28b0305387fcd02 Mon Sep 17 00:00:00 2001 From: dclarkNV Date: Thu, 8 Mar 2018 17:01:49 -0500 Subject: Include wchar_t.h in cpp sdk_types Otherwise it will get stuck in the GfeSDK namespace --- include/gfesdk/bindings/cpp/sdk_types_cpp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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 #include #include -- cgit v1.2.3