Branimir Karadžić 8 years ago
parent
commit
026f9155d1
2 changed files with 1 additions and 2 deletions
  1. 0 2
      include/bx/string.h
  2. 1 0
      src/string.cpp

+ 0 - 2
include/bx/string.h

@@ -8,8 +8,6 @@
 
 #include "allocator.h"
 
-#include <wchar.h> // wchar_t
-
 namespace bx
 {
 	struct Units

+ 1 - 0
src/string.cpp

@@ -10,6 +10,7 @@
 
 #if !BX_CRT_NONE
 #	include <stdio.h> // vsnprintf, vsnwprintf
+#	include <wchar.h> // vswprintf
 #endif // !BX_CRT_NONE
 
 namespace bx