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 | 28e3b760db97c6d8ce0cf1f047da13d2719ecb0c (patch) | |
tree | 828812659619e38a1ce00923347e0ea6e0b5a62c /src | |
parent | 9c6541c80bce7543453ed9c9972ce71060894377 (diff) | |
download | openttd-28e3b760db97c6d8ce0cf1f047da13d2719ecb0c.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, |