X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInput%2FFGEventInput.cxx;h=a90d20c882e7c0aead8f5244ee3ec498bd6aa935;hb=f1d0ac52a6155fd511f6dc7bc18642353a0ccea9;hp=29ee0977c9db50ab3f7724aa1999460d23248bc3;hpb=657cd883d714ff7a6ee4974f6bb82b0812d480cc;p=flightgear.git diff --git a/src/Input/FGEventInput.cxx b/src/Input/FGEventInput.cxx index 29ee0977c..a90d20c88 100644 --- a/src/Input/FGEventInput.cxx +++ b/src/Input/FGEventInput.cxx @@ -24,12 +24,16 @@ # include #endif +#include #include "FGEventInput.hxx" #include
#include +#include #include using simgear::PropertyList; +using std::cout; +using std::endl; FGEventSetting::FGEventSetting( SGPropertyNode_ptr base ) : value(0.0)