From aac835171e2ef3b72e3706754153c1b9304268a8 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/economy_func.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/economy_func.h') diff --git a/src/economy_func.h b/src/economy_func.h index 3eb927f9e..3a7ff2b33 100644 --- a/src/economy_func.h +++ b/src/economy_func.h @@ -9,6 +9,7 @@ #include "economy_type.h" #include "cargo_type.h" #include "vehicle_type.h" +#include "tile_type.h" struct Player; -- cgit v1.2.3-54-g00ecf