From: Frederic Bouvier Date: Sat, 9 Feb 2013 16:40:01 +0000 (+0100) Subject: Include file only needed by MSVC X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=aa19b2a77e37f4df2e9798492ffd48a4255e4f0d;p=flightgear.git Include file only needed by MSVC --- diff --git a/src/Scripting/NasalSys.hxx b/src/Scripting/NasalSys.hxx index c754565d7..7a2048d7e 100644 --- a/src/Scripting/NasalSys.hxx +++ b/src/Scripting/NasalSys.hxx @@ -8,7 +8,10 @@ #include #include -#include +// Required only for MSVC +#ifdef _MSC_VER +# include +#endif #include