]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATCDCL/AIMgr.cxx
Merge branch 'tbm/graphics-bug' into next
[flightgear.git] / src / ATCDCL / AIMgr.cxx
index 23d44bbf1b4ac5365a1ca4319649d643d8b36f0d..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>
 #include "ATCutils.hxx"
 #include "commlist.hxx"
 
-SG_USING_STD(list);
-SG_USING_STD(cout);
+using std::list;
+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;