]> git.mxchange.org Git - simgear.git/blobdiff - simgear/math/point3d.hxx
Cleaned up a few poluting #defines.
[simgear.git] / simgear / math / point3d.hxx
index 8ce271c3cba72151938e0e589519900d81e4c090..26284a1538d4437814f70ac4878fdae9ee408fbc 100644 (file)
@@ -46,6 +46,8 @@
 # include <math.h>
 #endif
 
+#include "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