]> git.mxchange.org Git - simgear.git/blobdiff - simgear/props/props_test.cxx
performance monitor: start measurement interval with a fresh timestamp.
[simgear.git] / simgear / props / props_test.cxx
index b310982149aa53da008836b2b60fa28cf73fc97a..f8299263a1252f58753a99e25139eee9385243db 100644 (file)
@@ -3,9 +3,17 @@
 // Test harness.
 ////////////////////////////////////////////////////////////////////////
 
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
+
 #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"