From f8de73862e87de299ce76216c407344eac243b11 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 --- neo/idlib/math/Math.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/neo/idlib/math/Math.h b/neo/idlib/math/Math.h index 22f7f5de..2fd0fd0a 100644 --- a/neo/idlib/math/Math.h +++ b/neo/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