Преглед изворни кода

_get_current_locale needs #include <locale.h>

AzaezelX пре 2 година
родитељ
комит
bf02918f6e
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Engine/source/main/main.cpp

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

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