diff options
Diffstat (limited to 'OpenAL32/Include/alu.h')
-rw-r--r-- | OpenAL32/Include/alu.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenAL32/Include/alu.h b/OpenAL32/Include/alu.h index 9ce59955..609978f5 100644 --- a/OpenAL32/Include/alu.h +++ b/OpenAL32/Include/alu.h @@ -10,6 +10,9 @@ #ifdef HAVE_FLOAT_H #include <float.h> #endif +#ifdef HAVE_IEEEFP_H +#include <ieeefp.h> +#endif #ifndef M_PI #define M_PI 3.14159265358979323846 /* pi */ |