From: ThorstenB Date: Sat, 5 May 2012 10:16:20 +0000 (+0200) Subject: Fix Linux compile / math dependency X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e794bb8e2575974cfa39cb0033ec8a66b7579093;p=flightgear.git Fix Linux compile / math dependency wasn't redundant in one place --- diff --git a/src/Input/FGEventInput.cxx b/src/Input/FGEventInput.cxx index 058775193..4a53a63d0 100644 --- a/src/Input/FGEventInput.cxx +++ b/src/Input/FGEventInput.cxx @@ -29,6 +29,7 @@ #include
#include #include +#include #include using simgear::PropertyList;