Include file only needed by MSVC
This commit is contained in:
parent
8551b010e9
commit
aa19b2a77e
1 changed files with 4 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue