summaryrefslogtreecommitdiff
path: root/src/newgrf_house.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-07-19 17:24:33 +0000
committerrubidium <rubidium@openttd.org>2010-07-19 17:24:33 +0000
commit644deff9d2939f49d7a4d22c1168ba3f46e98dfa (patch)
tree3554d097da4f07e97c455d615c78b8e0280ed680 /src/newgrf_house.cpp
parent73527b7b4506cb7f34ac44a1fbcfbc200c320dbd (diff)
downloadopenttd-644deff9d2939f49d7a4d22c1168ba3f46e98dfa.tar.xz
(svn r20191) -Codechange: unVARDEF _tick_counter and move it to a more logical location
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 052594bbd..c3a309c33 100644
--- a/src/newgrf_house.cpp
+++ b/src/newgrf_house.cpp
@@ -28,6 +28,7 @@
#include "core/random_func.hpp"
#include "sprite.h"
#include "genworld.h"
+#include "date_func.h"
static BuildingCounts<uint32> _building_counts;
static HouseClassMapping _class_mapping[HOUSE_CLASS_MAX];