summaryrefslogtreecommitdiff
path: root/src/newgrf_house.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-12-18 20:58:12 +0000
committerrubidium <rubidium@openttd.org>2007-12-18 20:58:12 +0000
commit7db6c7db388214e663ff4c1e6962b40667b05c21 (patch)
tree09f3e92b9bd507f569b27ca62c6f6c99d983043d /src/newgrf_house.cpp
parente4ef359f47469b426b8e4a06fe0da867f03e82f3 (diff)
downloadopenttd-7db6c7db388214e663ff4c1e6962b40667b05c21.tar.xz
(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.
Diffstat (limited to 'src/newgrf_house.cpp')
-rw-r--r--src/newgrf_house.cpp1
1 files changed, 1 insertions, 0 deletions
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"