diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/alhrtf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/alhrtf.c b/examples/alhrtf.c index e787f5dd..6dac5308 100644 --- a/examples/alhrtf.c +++ b/examples/alhrtf.c @@ -26,6 +26,7 @@ #include <stdio.h> #include <assert.h> +#include <math.h> #include "AL/al.h" #include "AL/alc.h" |