MSVC fix : Compile again
This commit is contained in:
parent
d47eefb00c
commit
5128578f59
1 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue