From efc7fdf2fdad3d17a0e5acdcf744c32ae4065ea3 Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 16 Jul 2007 09:16:58 +0000 Subject: (svn r10587) -Codechange: move the string/dparam related stuff from variables.h to strings.h --- src/smallmap_gui.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/smallmap_gui.cpp') diff --git a/src/smallmap_gui.cpp b/src/smallmap_gui.cpp index 585913c5b..12ebeeba0 100644 --- a/src/smallmap_gui.cpp +++ b/src/smallmap_gui.cpp @@ -10,6 +10,7 @@ #include "industry_map.h" #include "station_map.h" #include "table/strings.h" +#include "strings.h" #include "table/sprites.h" #include "landscape.h" #include "map.h" -- cgit v1.2.3-54-g00ecf