Browse Source

_get_current_locale needs #include <locale.h>

AzaezelX 2 years ago
parent
commit
bf02918f6e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Engine/source/main/main.cpp

+ 1 - 1
Engine/source/main/main.cpp

@@ -26,7 +26,7 @@
 
 
 #include <windows.h>
 #include <windows.h>
 #include <string>
 #include <string>
-
+#include <locale.h>
 extern "C"
 extern "C"
 {
 {
    int (*torque_winmain)( HINSTANCE hInstance, HINSTANCE h, LPSTR lpszCmdLine, int nShow) = NULL;
    int (*torque_winmain)( HINSTANCE hInstance, HINSTANCE h, LPSTR lpszCmdLine, int nShow) = NULL;