summaryrefslogtreecommitdiff
path: root/src/airport.cpp
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2010-03-05 23:21:41 +0000
committeryexo <yexo@openttd.org>2010-03-05 23:21:41 +0000
commitc42e2a9bfc2114d54257832a644d485244c0c537 (patch)
treedfad204707d0ef02b94c5dda7a891aaa52488bb2 /src/airport.cpp
parenta71462bb94e0b1551cdf74734d205eb807915bf7 (diff)
downloadopenttd-c42e2a9bfc2114d54257832a644d485244c0c537.tar.xz
(svn r19326) -Codechange: store the airport name as property in AirportSpec
Diffstat (limited to 'src/airport.cpp')
-rw-r--r--src/airport.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/airport.cpp b/src/airport.cpp
index 14b860ec3..a699cea20 100644
--- a/src/airport.cpp
+++ b/src/airport.cpp
@@ -18,6 +18,7 @@
#include "date_func.h"
#include "settings_type.h"
#include "newgrf_airport.h"
+#include "table/strings.h"
#include "table/airporttile_ids.h"
#include "table/airport_defaults.h"