]> git.mxchange.org Git - flightgear.git/blobdiff - src/Airports/runwayprefloader.cxx
Fix a typo.
[flightgear.git] / src / Airports / runwayprefloader.cxx
index 3819a39a8264f7872ce9e4e22fa89871aac274db..bfdcf8dd660d318c67c583c3fc0a311e82dae9c2 100644 (file)
 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 //
 
+#include <cstring>
+#include <cstdlib>
+
 #include <simgear/debug/logstream.hxx>
 
 #include "runwayprefloader.hxx"
 
+using namespace std;
+
 FGRunwayPreferenceXMLLoader::FGRunwayPreferenceXMLLoader(FGRunwayPreference* p):XMLVisitor(), _pref(p) {}
 
 void  FGRunwayPreferenceXMLLoader::startXML () {