summaryrefslogtreecommitdiff
path: root/src/station_cmd.cpp
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2010-02-22 14:09:30 +0000
committeryexo <yexo@openttd.org>2010-02-22 14:09:30 +0000
commit40f6e69ae9d57697fa8c2ac4dc218cb944581696 (patch)
tree2d56d11eae0962db5674aadc23e753db0279621b /src/station_cmd.cpp
parent5052777d0bbbd2322d4bfe2afc3914b9afe26f0d (diff)
downloadopenttd-40f6e69ae9d57697fa8c2ac4dc218cb944581696.tar.xz
(svn r19191) -Codechange: move AirportTileSpec to newgrf_airporttiles.h
Diffstat (limited to 'src/station_cmd.cpp')
-rw-r--r--src/station_cmd.cpp1
1 files changed, 1 insertions, 0 deletions
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"