1
0
Fork 0

Fix Linux compile / math dependency

wasn't redundant in one place
This commit is contained in:
ThorstenB 2012-05-05 12:16:20 +02:00
parent 75fc136931
commit e794bb8e25

View file

@ -29,6 +29,7 @@
#include <Main/fg_props.hxx>
#include <simgear/io/sg_file.hxx>
#include <simgear/props/props_io.hxx>
#include <simgear/math/SGMath.hxx>
#include <Scripting/NasalSys.hxx>
using simgear::PropertyList;