From ac722661a5fec230bdfdeec80bc5ac46b9a4f568 Mon Sep 17 00:00:00 2001 From: michi_cc Date: Mon, 20 Oct 2008 19:46:49 +0000 Subject: [PATCH] (svn r14505) -Fix (r14504): Missing include. --- src/town.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/town.h b/src/town.h index 3e021756a2..ad63594df5 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,