diff options
Diffstat (limited to 'src/win32.cpp')
-rw-r--r-- | src/win32.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/win32.cpp b/src/win32.cpp index f5cacbbbc..4fb2b67a4 100644 --- a/src/win32.cpp +++ b/src/win32.cpp @@ -22,12 +22,13 @@ #include "core/alloc_func.hpp" #include "functions.h" #include "core/random_func.hpp" +#include "core/bitmath_func.hpp" +#include "string_func.h" #include <ctype.h> #include <tchar.h> #include <errno.h> #include <sys/types.h> #include <sys/stat.h> -#include <shlobj.h> #if defined(_MSC_VER) && !defined(WINCE) #include <dbghelp.h> #endif |