From e6a165881cba611a4475db21068d64caa67796ea Mon Sep 17 00:00:00 2001 From: smatz Date: Fri, 26 Jun 2009 13:44:14 +0000 Subject: (svn r16664) -Codechange: move house-related stuff from town.h and town_type.h to separate files --- src/road_cmd.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/road_cmd.cpp') diff --git a/src/road_cmd.cpp b/src/road_cmd.cpp index caa365766..81d8b36b5 100644 --- a/src/road_cmd.cpp +++ b/src/road_cmd.cpp @@ -27,6 +27,7 @@ #include "effectvehicle_func.h" #include "elrail_func.h" #include "roadveh.h" +#include "town.h" #include "table/sprites.h" #include "table/strings.h" -- cgit v1.2.3-54-g00ecf