diff options
author | michi_cc <michi_cc@openttd.org> | 2008-10-20 19:46:49 +0000 |
---|---|---|
committer | michi_cc <michi_cc@openttd.org> | 2008-10-20 19:46:49 +0000 |
commit | ac722661a5fec230bdfdeec80bc5ac46b9a4f568 (patch) | |
tree | 828812659619e38a1ce00923347e0ea6e0b5a62c /src | |
parent | 02c99bdf66fe89c58bfac40bdf664f6bf907fc8b (diff) | |
download | openttd-ac722661a5fec230bdfdeec80bc5ac46b9a4f568.tar.xz |
(svn r14505) -Fix (r14504): Missing include.
Diffstat (limited to 'src')
-rw-r--r-- | src/town.h | 1 |
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, |