]> git.mxchange.org Git - simgear.git/blobdiff - simgear/math/point3d.hxx
MacOS tweaks contributed by Darrell Walisser.
[simgear.git] / simgear / math / point3d.hxx
index 8ce271c3cba72151938e0e589519900d81e4c090..6e51b7a5c9e60d97fa25d56f15d76eaaeccea62d 100644 (file)
@@ -46,6 +46,8 @@
 # include <math.h>
 #endif
 
+#include <simgear/math/localconsts.hxx>
+
 // I don't understand ... <math.h> or <cmath> should be included
 // already depending on how you defined FG_HAVE_STD_INCLUDES, but I
 // can go ahead and add this -- CLO