diff options
Diffstat (limited to 'OpenAL32/alAuxEffectSlot.c')
-rw-r--r-- | OpenAL32/alAuxEffectSlot.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenAL32/alAuxEffectSlot.c b/OpenAL32/alAuxEffectSlot.c index 6b8a335c..282b8030 100644 --- a/OpenAL32/alAuxEffectSlot.c +++ b/OpenAL32/alAuxEffectSlot.c @@ -27,6 +27,8 @@ #include "alMain.h" #include "alAuxEffectSlot.h" +#include "alThunk.h" +#include "alError.h" static ALeffectslot *g_AuxiliaryEffectSlotList; static ALuint g_AuxiliaryEffectSlotCount; |