From 5b51a58ff28f6772c75a9b1ebfadfc6e00c55845 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 15 Dec 2020 23:39:17 -0800 Subject: Fix some includes --- alc/voice.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'alc') diff --git a/alc/voice.h b/alc/voice.h index 9253be72..cb0b543c 100644 --- a/alc/voice.h +++ b/alc/voice.h @@ -2,20 +2,23 @@ #define VOICE_H #include +#include #include "almalloc.h" #include "alspan.h" #include "alu.h" #include "buffer_storage.h" +#include "core/bufferline.h" #include "core/devformat.h" #include "core/filters/biquad.h" #include "core/filters/nfc.h" #include "core/filters/splitter.h" #include "core/mixer/defs.h" -#include "hrtf.h" +#include "core/mixer/hrtfdefs.h" +#include "vector.h" +struct ALCcontext; struct EffectSlot; -struct BufferlistItem; enum class DistanceModel; using uint = unsigned int; -- cgit v1.2.3