From ba549be28467a149399c3033715565aaabc87cea Mon Sep 17 00:00:00 2001 From: Daniel Gibson Date: Mon, 15 Oct 2012 21:56:54 +0200 Subject: [PATCH] math.h should #include sys/platform.h Similar to f317b05 --- idlib/math/Math.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/idlib/math/Math.h b/idlib/math/Math.h index 22f7f5d..2fd0fd0 100644 --- a/idlib/math/Math.h +++ b/idlib/math/Math.h @@ -29,6 +29,8 @@ If you have questions concerning this license or the applicable additional terms #ifndef __MATH_MATH_H__ #define __MATH_MATH_H__ +#include "sys/platform.h" + #ifdef MACOS_X // for FLT_MIN #include