1
0
Fork 0

MSVC fix : Compile again

This commit is contained in:
fredb 2006-03-10 21:26:44 +00:00
parent d47eefb00c
commit 5128578f59

View file

@ -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"