summaryrefslogtreecommitdiff
path: root/src/station_base.h
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2010-02-22 16:09:26 +0000
committeryexo <yexo@openttd.org>2010-02-22 16:09:26 +0000
commitdd7c2b2f9db8b2ca2339d43fcf7b0f6da46e8c96 (patch)
tree941044d28637aa6339bec4d3f35d1a5743e318ea /src/station_base.h
parent5ebc0a16c828e8504858239154a6a70855837556 (diff)
downloadopenttd-dd7c2b2f9db8b2ca2339d43fcf7b0f6da46e8c96.tar.xz
(svn r19205) -Codechange: move AirportSpec to newgrf_airport.h/cpp
Diffstat (limited to 'src/station_base.h')
-rw-r--r--src/station_base.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/station_base.h b/src/station_base.h
index 222bb5893..e3aa8b726 100644
--- a/src/station_base.h
+++ b/src/station_base.h
@@ -14,6 +14,7 @@
#include "base_station_base.h"
#include "airport.h"
+#include "newgrf_airport.h"
#include "cargopacket.h"
#include "industry_type.h"