From 3ca95f2a85d2347f28424a479fa3323f4a86bca7 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 13 Jan 2008 21:41:24 +0000 Subject: (svn r11839) -Codechange: move some variables from variables.h to a more logical location. --- src/newgrf_industrytiles.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/newgrf_industrytiles.cpp') diff --git a/src/newgrf_industrytiles.cpp b/src/newgrf_industrytiles.cpp index d9e12ef22..fcf4105bc 100644 --- a/src/newgrf_industrytiles.cpp +++ b/src/newgrf_industrytiles.cpp @@ -22,6 +22,7 @@ #include "transparency.h" #include "functions.h" #include "town.h" +#include "command_func.h" #include "table/sprites.h" #include "table/strings.h" -- cgit v1.2.3-54-g00ecf