summaryrefslogtreecommitdiff
path: root/src/newgrf_house.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-04-20 08:43:31 +0000
committerrubidium <rubidium@openttd.org>2008-04-20 08:43:31 +0000
commitd010ae94084e2c691506671695270e21f3f39d68 (patch)
tree0ba526cb5a7ba1bd88bfb60e41c986196da6316e /src/newgrf_house.cpp
parentba0532b595fed9f5c9eef3f4c6d5e7b917331570 (diff)
downloadopenttd-d010ae94084e2c691506671695270e21f3f39d68.tar.xz
(svn r12801) -Codechange: remove the dependency of function.h in town_map.h
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 42d9be698..b64537bea 100644
--- a/src/newgrf_house.cpp
+++ b/src/newgrf_house.cpp
@@ -22,6 +22,7 @@
#include "functions.h"
#include "player_func.h"
#include "animated_tile_func.h"
+#include "date_func.h"
#include "table/strings.h"
#include "table/sprites.h"