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_cmd.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/road_cmd.cpp') diff --git a/src/road_cmd.cpp b/src/road_cmd.cpp index c5e0622e8..36336c33c 100644 --- a/src/road_cmd.cpp +++ b/src/road_cmd.cpp @@ -12,6 +12,7 @@ #include "sprite.h" #include "table/sprites.h" #include "table/strings.h" +#include "strings.h" #include "functions.h" #include "window.h" #include "map.h" -- cgit v1.2.3-54-g00ecf