From 6f15d34fe53d317bb50688641cbf4ec48c6c82df Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 31 Mar 2008 06:42:26 +0000 Subject: (svn r12495) -Codechange: reduce the dependency on newgrf_station.h (especially because newgrf_station.h includes a lot of stuff). --- src/waypoint.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/waypoint.cpp') diff --git a/src/waypoint.cpp b/src/waypoint.cpp index f69334012..608c545ab 100644 --- a/src/waypoint.cpp +++ b/src/waypoint.cpp @@ -31,6 +31,7 @@ #include "signal_func.h" #include "player_func.h" #include "settings_type.h" +#include "newgrf_station.h" #include "table/strings.h" -- cgit v1.2.3-54-g00ecf