From b2aed51f8e42e0e45d08a65b8883b3fa034d0f4b Mon Sep 17 00:00:00 2001 From: smatz Date: Sat, 23 May 2009 15:46:00 +0000 Subject: (svn r16403) -Codechange: move code related to subsidies to separate file --- src/station.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/station.cpp') diff --git a/src/station.cpp b/src/station.cpp index c3a3c4e38..b8946aeb4 100644 --- a/src/station.cpp +++ b/src/station.cpp @@ -20,6 +20,7 @@ #include "aircraft.h" #include "vehicle_gui.h" #include "settings_type.h" +#include "subsidy_func.h" #include "core/pool_func.hpp" #include "table/strings.h" -- cgit v1.2.3-54-g00ecf