From 446278c24b242e85c9c946c58d1de1790420d20b Mon Sep 17 00:00:00 2001 From: John Bottenberg Date: Wed, 30 Mar 2016 14:22:46 -0700 Subject: Include wchar.h in xplatform.h even outside Windows --- tests/src/Interop/common/xplatform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/src/Interop/common/xplatform.h b/tests/src/Interop/common/xplatform.h index e488d0c613..193c2f615a 100644 --- a/tests/src/Interop/common/xplatform.h +++ b/tests/src/Interop/common/xplatform.h @@ -24,11 +24,11 @@ // include #ifdef _WIN32 #include - #include #include #else #include "types.h" #endif +#include // dllexport -- cgit v1.2.3