_get_current_locale needs #include <locale.h>

This commit is contained in:
AzaezelX 2023-07-22 09:49:43 -05:00
parent 1205632f92
commit bf02918f6e

View file

@ -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;