diff options
Diffstat (limited to 'OpenAL32/alSource.c')
-rw-r--r-- | OpenAL32/alSource.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenAL32/alSource.c b/OpenAL32/alSource.c index ee8bb49e..e180b3d7 100644 --- a/OpenAL32/alSource.c +++ b/OpenAL32/alSource.c @@ -28,6 +28,7 @@ #include "alSource.h" #include "alBuffer.h" #include "alThunk.h" +#include "alAuxEffectSlot.h" static ALvoid InitSourceParams(ALsource *pSource); static ALboolean GetSourceOffset(ALsource *pSource, ALenum eName, ALfloat *pflOffset); |