diff options
author | glx <glx@openttd.org> | 2008-01-07 15:35:36 +0000 |
---|---|---|
committer | glx <glx@openttd.org> | 2008-01-07 15:35:36 +0000 |
commit | 9e875495bf32ccfdcf126ccd30c1ec425e65b05c (patch) | |
tree | 598692c2118baa17a3cd9fedfb6dd16ede12dd37 /src | |
parent | 0d41fe28744f1b63d8559d098a08f29d5c2e41fd (diff) | |
download | openttd-9e875495bf32ccfdcf126ccd30c1ec425e65b05c.tar.xz |
(svn r11779) -Fix: win32 compile failed. Also removed a duplicate include
Diffstat (limited to 'src')
-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 |