diff options
author | Chris Robinson <[email protected]> | 2019-01-23 13:46:43 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2019-01-23 13:46:43 -0800 |
commit | 1ec86864078833ceab4e44f4c9c8ceeefa6503b7 (patch) | |
tree | 8438909a065f1a7377a4f81bea2b49494f5ea9c9 /Alc | |
parent | ce3acf4d1b3a4cf921406b72cac9308a97255ac3 (diff) |
Add missing includes
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], |