From 818a23e7f214cad3d6fdf3c46761a1af0fac595a Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 18 Dec 2007 20:58:12 +0000 Subject: (svn r11664) -Codechange: use more specific ("rail_type.h" instead of "rail.h" that includes way more than only "rail_type.h") includes at some places. --- src/newgrf_house.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/newgrf_house.cpp') diff --git a/src/newgrf_house.cpp b/src/newgrf_house.cpp index 169396245..2b770fede 100644 --- a/src/newgrf_house.cpp +++ b/src/newgrf_house.cpp @@ -10,6 +10,7 @@ #include "viewport.h" #include "landscape.h" #include "date.h" +#include "tile.h" #include "town.h" #include "town_map.h" #include "sound.h" -- cgit v1.2.3-54-g00ecf