summaryrefslogtreecommitdiff
path: root/src/airport_gui.cpp
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/airport_gui.cpp
parent5ebc0a16c828e8504858239154a6a70855837556 (diff)
downloadopenttd-dd7c2b2f9db8b2ca2339d43fcf7b0f6da46e8c96.tar.xz
(svn r19205) -Codechange: move AirportSpec to newgrf_airport.h/cpp
Diffstat (limited to 'src/airport_gui.cpp')
-rw-r--r--src/airport_gui.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/airport_gui.cpp b/src/airport_gui.cpp
index e3a9b4755..0fbfa4b54 100644
--- a/src/airport_gui.cpp
+++ b/src/airport_gui.cpp
@@ -23,6 +23,7 @@
#include "tilehighlight_func.h"
#include "company_base.h"
#include "station_type.h"
+#include "newgrf_airport.h"
#include "table/sprites.h"
#include "table/strings.h"