Hopefully fix test compilation on MSVC 2008+CMake
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user