diff options
-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) |