]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/KLN89/kln89_page_apt.cxx
Give the FGAirport class a sane filename.
[flightgear.git] / src / Instrumentation / KLN89 / kln89_page_apt.cxx
index 95b34cfe6eee977337058fb0882af3ac73f4d8ca..52a0778c319d202a75279171ae4ca1b15b3de47b 100644 (file)
 
 #include <simgear/structure/exception.hxx>
 #include <cassert>
+#include <cstdio>
 
 #include <ATC/CommStation.hxx>
 #include <Main/globals.hxx>
 #include <Airports/runways.hxx>
-#include <Airports/simple.hxx>
+#include <Airports/airport.hxx>
+
+using std::string;
 
 KLN89AptPage::KLN89AptPage(KLN89* parent) 
 : KLN89Page(parent) {