From db73addb43c4078e7458a1fca5e51b08f8367014 Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 26 Dec 2007 13:50:40 +0000 Subject: (svn r11702) -Codechange: move all date related stuff to date*. --- 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 9487c3422..89e7dddbd 100644 --- a/src/town.h +++ b/src/town.h @@ -9,6 +9,7 @@ #include "core/random_func.hpp" #include "cargo_type.h" #include "tile_type.h" +#include "date_type.h" enum { HOUSE_NO_CLASS = 0, -- cgit v1.2.3-54-g00ecf