diff options
Diffstat (limited to 'src/mathc99.h')
-rw-r--r-- | src/mathc99.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mathc99.h b/src/mathc99.h index ae31a22..d1dc504 100644 --- a/src/mathc99.h +++ b/src/mathc99.h @@ -13,6 +13,8 @@ float fmax(float a, float b); #else
#include <math.h>
+#include <cmath>
+using std::isinf;
#endif
|