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 | 2832a6cafb5c8770fb8a62c1c0351b2e9c293da7 (patch) | |
tree | 598692c2118baa17a3cd9fedfb6dd16ede12dd37 /src | |
parent | eced1fb4ae489ff49e418802d5f36238935ee201 (diff) | |
download | openttd-2832a6cafb5c8770fb8a62c1c0351b2e9c293da7.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 |