From df009178d487767375b9482e86465d527f041439 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/disaster_cmd.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/disaster_cmd.cpp') diff --git a/src/disaster_cmd.cpp b/src/disaster_cmd.cpp index 41956ae63..5be1730ab 100644 --- a/src/disaster_cmd.cpp +++ b/src/disaster_cmd.cpp @@ -23,6 +23,7 @@ #include "industry_map.h" #include "station_map.h" #include "table/strings.h" +#include "strings.h" #include "map.h" #include "tile.h" #include "vehicle.h" -- cgit v1.2.3-54-g00ecf