diff --git a/src/win32.cpp b/src/win32.cpp index f5cacbbbc1..4fb2b67a49 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 #include #include #include #include -#include #if defined(_MSC_VER) && !defined(WINCE) #include #endif