summaryrefslogtreecommitdiff
path: root/src/town.h
diff options
context:
space:
mode:
authormichi_cc <michi_cc@openttd.org>2008-10-20 19:46:49 +0000
committermichi_cc <michi_cc@openttd.org>2008-10-20 19:46:49 +0000
commitac722661a5fec230bdfdeec80bc5ac46b9a4f568 (patch)
tree828812659619e38a1ce00923347e0ea6e0b5a62c /src/town.h
parent02c99bdf66fe89c58bfac40bdf664f6bf907fc8b (diff)
downloadopenttd-ac722661a5fec230bdfdeec80bc5ac46b9a4f568.tar.xz
(svn r14505) -Fix (r14504): Missing include.
Diffstat (limited to 'src/town.h')
-rw-r--r--src/town.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/town.h b/src/town.h
index 3e021756a..ad63594df 100644
--- a/src/town.h
+++ b/src/town.h
@@ -17,6 +17,7 @@
#include "strings_type.h"
#include "viewport_type.h"
#include "economy_type.h"
+#include "map_type.h"
enum {
HOUSE_NO_CLASS = 0,