1
0
Fork 0

more include SGMath.hxx to keep MSVC happy

This commit is contained in:
Tim Moore 2009-10-20 10:18:51 +02:00
parent 2c6cfca38b
commit 3a890859d3
2 changed files with 3 additions and 0 deletions

View file

@ -1,3 +1,4 @@
#include <simgear/math/SGMath.hxx>
#include <simgear/misc/sg_path.hxx>
#include <simgear/props/props.hxx>
#include <simgear/props/props_io.hxx>

View file

@ -26,6 +26,8 @@
# include <config.h>
#endif
#include <simgear/math/SGMath.hxx>
#include "FGDeviceConfigurationMap.hxx"
#include <plib/ul.h>