X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FAirports%2Frunwayprefloader.cxx;h=bfdcf8dd660d318c67c583c3fc0a311e82dae9c2;hb=3c6fbffdf24a387d13a026891fe9f1edb940d6d4;hp=3819a39a8264f7872ce9e4e22fa89871aac274db;hpb=721d849c79d7f90afcceac7a5fe7057cc95d8bcf;p=flightgear.git diff --git a/src/Airports/runwayprefloader.cxx b/src/Airports/runwayprefloader.cxx index 3819a39a8..bfdcf8dd6 100644 --- a/src/Airports/runwayprefloader.cxx +++ b/src/Airports/runwayprefloader.cxx @@ -13,10 +13,15 @@ // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // +#include +#include + #include #include "runwayprefloader.hxx" +using namespace std; + FGRunwayPreferenceXMLLoader::FGRunwayPreferenceXMLLoader(FGRunwayPreference* p):XMLVisitor(), _pref(p) {} void FGRunwayPreferenceXMLLoader::startXML () {