diff options
author | Chris Robinson <[email protected]> | 2020-01-12 19:28:12 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2020-01-12 19:28:12 -0800 |
commit | a866aece4636853db7af292d7637cffbc0f2c934 (patch) | |
tree | 294b7f3f3110a5e55d0837c73d82ef6752d3e288 /alc/hrtf.cpp | |
parent | 2f1a2ce242fc3bdc917cd6342179b8379f2d16f6 (diff) |
Add missing include
Diffstat (limited to 'alc/hrtf.cpp')
-rw-r--r-- | alc/hrtf.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/alc/hrtf.cpp b/alc/hrtf.cpp index 30e14b8b..a36e4bcc 100644 --- a/alc/hrtf.cpp +++ b/alc/hrtf.cpp @@ -26,6 +26,7 @@ #include <array> #include <cassert> #include <cctype> +#include <cmath> #include <cstdint> #include <cstdio> #include <cstring> |