mirror of
https://github.com/dhewm/dhewm3-sdk.git
synced 2024-11-21 20:21:19 +00:00
math.h should #include sys/platform.h
Similar to f317b05
This commit is contained in:
parent
e19de75a99
commit
ba549be284
1 changed files with 2 additions and 0 deletions
|
@ -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 <float.h>
|
||||
|
|
Loading…
Reference in a new issue