]> git.mxchange.org Git - flightgear.git/commitdiff
MSVC fix : Compile again
authorfredb <fredb>
Fri, 10 Mar 2006 21:26:44 +0000 (21:26 +0000)
committerfredb <fredb>
Fri, 10 Mar 2006 21:26:44 +0000 (21:26 +0000)
src/Instrumentation/mk_viii.cxx

index 4a68c41abcb9413743353115c5cc16b265444113..942c679041bcd2cfd45b34bf428c6bc6a6867d15 100755 (executable)
@@ -76,7 +76,9 @@ SG_USING_STD(string);
 
 #include "Airports/runways.hxx"
 #include "Airports/simple.hxx"
-#include "Include/version.h"
+#ifndef _MSC_VER
+#  include "Include/version.h"
+#endif
 #include "Main/fg_props.hxx"
 #include "Main/globals.hxx"
 #include "instrument_mgr.hxx"