Merge branch 'next' of git.gitorious.org:fg/simgear into next
This commit is contained in:
commit
b204b3c8eb
@ -5,6 +5,9 @@
|
||||
#include <cassert>
|
||||
#include <cstring>
|
||||
|
||||
// working around MSVC weirdness with props.hxx and SGMathFwd
|
||||
#include <simgear/math/SGMath.hxx>
|
||||
|
||||
#include "propertyObject.hxx"
|
||||
|
||||
#include <simgear/structure/exception.hxx>
|
||||
|
@ -6,6 +6,10 @@
|
||||
#include <simgear/compiler.h>
|
||||
|
||||
#include <iostream>
|
||||
|
||||
// working around MSVC weirdness with props.hxx and SGMathFwd
|
||||
#include <simgear/math/SGMath.hxx>
|
||||
|
||||
#include "props.hxx"
|
||||
#include "props_io.hxx"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user