changeset 17428:524458e6cbc2 draft

(svn r22179) -Fix (r22167): compilation on win32
author glx <glx@openttd.org>
date Thu, 03 Mar 2011 23:34:14 +0000
parents 344da84a2203
children 2dc9702a19cf
files src/ini.cpp
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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)