Include cstdlib to provide access to std::abs for integral types
This commit is contained in:
@ -20,6 +20,7 @@
|
|||||||
#define B3_MATH_H
|
#define B3_MATH_H
|
||||||
|
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
|
#include <cstdlib> // For abs() with integral types
|
||||||
#include <bounce/common/settings.h>
|
#include <bounce/common/settings.h>
|
||||||
|
|
||||||
inline bool b3IsValid(float32 fx)
|
inline bool b3IsValid(float32 fx)
|
||||||
|
Reference in New Issue
Block a user