aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/hrtf.h
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/hrtf.h')
-rw-r--r--Alc/hrtf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Alc/hrtf.h b/Alc/hrtf.h
index d73faca7..1409ffa8 100644
--- a/Alc/hrtf.h
+++ b/Alc/hrtf.h
@@ -7,6 +7,7 @@
#include "alMain.h"
#include "atomic.h"
#include "vector.h"
+#include "almalloc.h"
#define HRTF_HISTORY_BITS (6)
@@ -55,6 +56,8 @@ struct DirectHrtfState {
alignas(16) ALfloat Values[HRIR_LENGTH][2];
alignas(16) ALfloat Coeffs[HRIR_LENGTH][2];
} Chan[];
+
+ DEF_PLACE_NEWDEL()
};
struct AngularPoint {