1
0
Fork 0

Include file only needed by MSVC

This commit is contained in:
Frederic Bouvier 2013-02-09 17:40:01 +01:00
parent 8551b010e9
commit aa19b2a77e

View file

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