]> git.mxchange.org Git - flightgear.git/commitdiff
Include file only needed by MSVC
authorFrederic Bouvier <fredfgfs01@free.fr>
Sat, 9 Feb 2013 16:40:01 +0000 (17:40 +0100)
committerFrederic Bouvier <fredfgfs01@free.fr>
Sat, 9 Feb 2013 16:40:37 +0000 (17:40 +0100)
src/Scripting/NasalSys.hxx

index c754565d7ae241824f786889f961194098bf2724..7a2048d7eaffc23850187363405a3935f336ccd0 100644 (file)
@@ -8,7 +8,10 @@
 #include <simgear/threads/SGQueue.hxx>
 #include <simgear/props/props.hxx>
 
-#include <Scripting/NasalModelData.hxx>
+// Required only for MSVC
+#ifdef _MSC_VER
+#   include <Scripting/NasalModelData.hxx>
+#endif
 
 #include <map>