diff options
Diffstat (limited to 'Alc')
-rw-r--r-- | Alc/ALc.c | 1 | ||||
-rw-r--r-- | Alc/ALu.c | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -33,6 +33,7 @@ #include "alThunk.h" #include "alSource.h" #include "alExtension.h" +#include "alAuxEffectSlot.h" #include "bs2b.h" /////////////////////////////////////////////////////// @@ -30,6 +30,7 @@ #include "alBuffer.h" #include "alThunk.h" #include "alListener.h" +#include "alAuxEffectSlot.h" #include "bs2b.h" #if defined(HAVE_STDINT_H) |