aboutsummaryrefslogtreecommitdiffstats
path: root/Alc
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2019-01-23 13:46:43 -0800
committerChris Robinson <[email protected]>2019-01-23 13:46:43 -0800
commit1ec86864078833ceab4e44f4c9c8ceeefa6503b7 (patch)
tree8438909a065f1a7377a4f81bea2b49494f5ea9c9 /Alc
parentce3acf4d1b3a4cf921406b72cac9308a97255ac3 (diff)
Add missing includes
Diffstat (limited to 'Alc')
-rw-r--r--Alc/mixer/hrtf.h2
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],