summaryrefslogtreecommitdiff
path: root/src/ini.cpp
diff options
context:
space:
mode:
authormichi_cc <michi_cc@openttd.org>2012-07-19 19:21:47 +0000
committermichi_cc <michi_cc@openttd.org>2012-07-19 19:21:47 +0000
commit36181b3fb27dbb15bb3468c3ebcbbbad5382d70d (patch)
treeeb2844eee18a00d6006a1e8670eeb1e0489fcea7 /src/ini.cpp
parent1792c186c7d942b1c28f0382bf7caa685d8c72af (diff)
downloadopenttd-36181b3fb27dbb15bb3468c3ebcbbbad5382d70d.tar.xz
(svn r24417) -Codechange: [Win32] Don't needlessly include windows.h in a commonly used header.
Diffstat (limited to 'src/ini.cpp')
-rw-r--r--src/ini.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ini.cpp b/src/ini.cpp
index fe49f5fe7..e82daaceb 100644
--- a/src/ini.cpp
+++ b/src/ini.cpp
@@ -21,6 +21,7 @@
#endif
#ifdef WIN32
+# include <windows.h>
# include <shellapi.h>
# include "core/mem_func.hpp"
#endif