more include SGMath.hxx to keep MSVC happy
This commit is contained in:
parent
2c6cfca38b
commit
3a890859d3
2 changed files with 3 additions and 0 deletions
|
@ -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>
|
||||
|
|
|
@ -26,6 +26,8 @@
|
|||
# include <config.h>
|
||||
#endif
|
||||
|
||||
#include <simgear/math/SGMath.hxx>
|
||||
|
||||
#include "FGDeviceConfigurationMap.hxx"
|
||||
|
||||
#include <plib/ul.h>
|
||||
|
|
Loading…
Reference in a new issue