]> git.mxchange.org Git - flightgear.git/blobdiff - src/Input/FGEventInput.cxx
Fix MSVC9 build
[flightgear.git] / src / Input / FGEventInput.cxx
index 29ee0977c9db50ab3f7724aa1999460d23248bc3..a90d20c882e7c0aead8f5244ee3ec498bd6aa935 100644 (file)
 #  include <config.h>
 #endif
 
+#include <cstring>
 #include "FGEventInput.hxx"
 #include <Main/fg_props.hxx>
 #include <simgear/io/sg_file.hxx>
+#include <simgear/props/props_io.hxx>
 #include <Scripting/NasalSys.hxx>
 
 using simgear::PropertyList;
+using std::cout;
+using std::endl;
 
 FGEventSetting::FGEventSetting( SGPropertyNode_ptr base ) :
   value(0.0)