diff options
author | glx <glx@openttd.org> | 2011-03-03 23:34:14 +0000 |
---|---|---|
committer | glx <glx@openttd.org> | 2011-03-03 23:34:14 +0000 |
commit | ec56036dc7dc74463bd3d1cdb54319832a008c95 (patch) | |
tree | 51bd3da5f0432d5734d29efbd3e51d20f47d2a18 | |
parent | 59e42ea17823d5ab1a46808965d74a2b27a04ea4 (diff) | |
download | openttd-ec56036dc7dc74463bd3d1cdb54319832a008c95.tar.xz |
(svn r22179) -Fix (r22167): compilation on win32
-rw-r--r-- | src/ini.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ini.cpp b/src/ini.cpp index c8cf317ac..ea7639911 100644 --- a/src/ini.cpp +++ b/src/ini.cpp @@ -22,6 +22,7 @@ #ifdef WIN32 # include <shellapi.h> +# include "core/mem_func.hpp" #endif IniFile::IniFile(const char * const *list_group_names) : IniLoadFile(list_group_names) |