]> git.mxchange.org Git - simgear.git/blobdiff - simgear/props/condition.cxx
Compile latest SimGear under MSVC9
[simgear.git] / simgear / props / condition.cxx
index 6f4d235fa8a77bbf826ca2764dbeaccf923d7a44..d563fee345f60d6ba86a91dcb97e9bf5e9076673 100644 (file)
@@ -8,7 +8,7 @@
 // $Id$
 
 #ifdef HAVE_CONFIG_H
-#  include <simgear/compiler.h>
+#  include <simgear_config.h>
 #endif
 
 // #include <iostream>
@@ -18,6 +18,8 @@
 #include "props.hxx"
 #include "condition.hxx"
 
+#include <simgear/Math/SGMath.hxx>
+
 using std::istream;
 using std::ostream;