]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATCDCL/AIMgr.cxx
Merge branch 'topic/gcintersect' into next
[flightgear.git] / src / ATCDCL / AIMgr.cxx
index c8f7b8b028fb8f67bc953774755b480ea9acc802..36a97783ee2d86763812d1c34efabdd80c773b93 100644 (file)
@@ -23,6 +23,8 @@
 #  include <config.h>
 #endif
 
+#include <iostream>
+
 #include <Main/fg_props.hxx>
 #include <Main/globals.hxx>
 #include <simgear/misc/sg_path.hxx>
@@ -51,6 +53,9 @@ using std::cout;
 
 using namespace simgear;
 
+// extern from Airports/simple.cxx
+extern Point3D fgGetAirportPos( const std::string& id );
+
 FGAIMgr::FGAIMgr() {
        ATC = globals->get_ATC_mgr();
        initDone = false;