Compile fix

This commit is contained in:
Joshua Granick
2016-09-02 14:40:26 -07:00
parent 8502635421
commit efcf8715d3

View File

@@ -3,6 +3,7 @@
#if defined(HX_WINDOWS)
#include <windows.h>
#elif defined(HX_LINUX)
#include <stdlib.h>
#include <clocale>
#endif