Hopefully fix test compilation on MSVC 2008+CMake

This commit is contained in:
James Turner
2011-09-09 11:48:11 +01:00
parent 8fba4b0cbe
commit 7c7f3d4fcd
2 changed files with 7 additions and 0 deletions

View File

@@ -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>

View File

@@ -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"