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/road_gui.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/road_gui.cpp') diff --git a/src/road_gui.cpp b/src/road_gui.cpp index 43c5e5b80..69c54dfeb 100644 --- a/src/road_gui.cpp +++ b/src/road_gui.cpp @@ -6,6 +6,7 @@ #include "openttd.h" #include "table/sprites.h" #include "table/strings.h" +#include "strings.h" #include "functions.h" #include "map.h" #include "tile.h" -- cgit v1.2.3-54-g00ecf