From 8343340acb5bdb40555e04f40aac567d6e583bb8 Mon Sep 17 00:00:00 2001 From: smatz Date: Wed, 24 Jun 2009 17:39:54 +0000 Subject: (svn r16643) -Codechange: replace GetStationByTile() by Station::GetByTile() --- 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 8ee0c17e4..2503148d7 100644 --- a/src/station.cpp +++ b/src/station.cpp @@ -22,6 +22,7 @@ #include "settings_type.h" #include "subsidy_func.h" #include "core/pool_func.hpp" +#include "station_base.h" #include "roadstop_base.h" #include "table/strings.h" -- cgit v1.2.3-54-g00ecf