]> git.mxchange.org Git - simgear.git/blobdiff - simgear/props/condition.cxx
MacOS X fix
[simgear.git] / simgear / props / condition.cxx
index 6f4d235fa8a77bbf826ca2764dbeaccf923d7a44..2c8a3e9fbf1e39c46b683cf5aea35f770f8aec11 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;