From: ThorstenB Date: Sat, 8 Jan 2011 21:34:43 +0000 (+0100) Subject: Added several include files, thanks to Roland Haeder X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8efe895355d6a72dd32ca0dfd484027ac55e776d;p=flightgear.git Added several include files, thanks to Roland Haeder Added includes missing for some compiler/platform. --- diff --git a/src/Input/FGEventInput.cxx b/src/Input/FGEventInput.cxx index 29ee0977c..8bf9f304e 100644 --- a/src/Input/FGEventInput.cxx +++ b/src/Input/FGEventInput.cxx @@ -24,6 +24,7 @@ # include #endif +#include #include "FGEventInput.hxx" #include
#include diff --git a/src/Input/FGLinuxEventInput.cxx b/src/Input/FGLinuxEventInput.cxx index 621e15fd8..03e7e0581 100644 --- a/src/Input/FGLinuxEventInput.cxx +++ b/src/Input/FGLinuxEventInput.cxx @@ -24,12 +24,14 @@ # include #endif -#include "FGLinuxEventInput.hxx" - +#include +#include +#include #include #include #include #include +#include "FGLinuxEventInput.hxx" struct TypeCode {