From 40f6e69ae9d57697fa8c2ac4dc218cb944581696 Mon Sep 17 00:00:00 2001 From: yexo Date: Mon, 22 Feb 2010 14:09:30 +0000 Subject: (svn r19191) -Codechange: move AirportTileSpec to newgrf_airporttiles.h --- src/station_cmd.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/station_cmd.cpp') diff --git a/src/station_cmd.cpp b/src/station_cmd.cpp index e9527a386..4539fb38f 100644 --- a/src/station_cmd.cpp +++ b/src/station_cmd.cpp @@ -48,6 +48,7 @@ #include "company_base.h" #include "newgrf.h" #include "table/airporttile_ids.h" +#include "newgrf_airporttiles.h" #include "table/strings.h" -- cgit v1.2.3-54-g00ecf