diff options
Diffstat (limited to 'Alc')
-rw-r--r-- | Alc/mixer/hrtf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Alc/mixer/hrtf.h b/Alc/mixer/hrtf.h index 3fd19306..9ae1b20d 100644 --- a/Alc/mixer/hrtf.h +++ b/Alc/mixer/hrtf.h @@ -1,7 +1,9 @@ #ifndef MIXER_HRTF_H #define MIXER_HRTF_H +#include "alu.h" #include "../hrtf.h" +#include "opthelpers.h" using ApplyCoeffsT = void(ALsizei Offset, ALfloat (&Values)[HRIR_LENGTH][2], |