From 38115acf5adbcf66643d1f96e30b9abc6dec15a3 Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 7 Jan 2008 14:02:26 +0000 Subject: (svn r11776) -Codechange: more header splittings to reduce the dependencies. --- 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 da8d3faab..9ebae2fcf 100644 --- a/src/newgrf_industrytiles.cpp +++ b/src/newgrf_industrytiles.cpp @@ -23,6 +23,7 @@ #include "sprite.h" #include "transparency.h" #include "functions.h" +#include "town.h" static uint32 GetGRFParameter(IndustryGfx indtile_id, byte parameter) { -- cgit v1.2.3-54-g00ecf