summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorglx <glx@openttd.org>2008-01-07 15:35:36 +0000
committerglx <glx@openttd.org>2008-01-07 15:35:36 +0000
commit2832a6cafb5c8770fb8a62c1c0351b2e9c293da7 (patch)
tree598692c2118baa17a3cd9fedfb6dd16ede12dd37 /src
parenteced1fb4ae489ff49e418802d5f36238935ee201 (diff)
downloadopenttd-2832a6cafb5c8770fb8a62c1c0351b2e9c293da7.tar.xz
(svn r11779) -Fix: win32 compile failed. Also removed a duplicate include
Diffstat (limited to 'src')
-rw-r--r--src/win32.cpp3
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