From 7058b2cce226cc3c1fba0644f68f5d64593547be Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 25 Dec 2007 23:42:52 +0000 Subject: (svn r11700) -Codechange: reduce the amount of unnecessary includes. --- src/town.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/town.h') diff --git a/src/town.h b/src/town.h index 731e45b94..9487c3422 100644 --- a/src/town.h +++ b/src/town.h @@ -8,6 +8,7 @@ #include "oldpool.h" #include "core/random_func.hpp" #include "cargo_type.h" +#include "tile_type.h" enum { HOUSE_NO_CLASS = 0, -- cgit v1.2.3-54-g00ecf