aboutsummaryrefslogtreecommitdiffstats
path: root/Alc
diff options
context:
space:
mode:
Diffstat (limited to 'Alc')
-rw-r--r--Alc/ALc.c1
-rw-r--r--Alc/ALu.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index 2727aa33..dfd6b4b9 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -33,6 +33,7 @@
#include "alThunk.h"
#include "alSource.h"
#include "alExtension.h"
+#include "alAuxEffectSlot.h"
#include "bs2b.h"
///////////////////////////////////////////////////////
diff --git a/Alc/ALu.c b/Alc/ALu.c
index df5ad6b0..9b2fd33a 100644
--- a/Alc/ALu.c
+++ b/Alc/ALu.c
@@ -30,6 +30,7 @@
#include "alBuffer.h"
#include "alThunk.h"
#include "alListener.h"
+#include "alAuxEffectSlot.h"
#include "bs2b.h"
#if defined(HAVE_STDINT_H)