From: fredb Date: Fri, 10 Mar 2006 21:26:44 +0000 (+0000) Subject: MSVC fix : Compile again X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5128578f5979600ff56180efbdd7fef75279e07c;p=flightgear.git MSVC fix : Compile again --- diff --git a/src/Instrumentation/mk_viii.cxx b/src/Instrumentation/mk_viii.cxx index 4a68c41ab..942c67904 100755 --- a/src/Instrumentation/mk_viii.cxx +++ b/src/Instrumentation/mk_viii.cxx @@ -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"