diff options
Diffstat (limited to 'al/source.cpp')
-rw-r--r-- | al/source.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/al/source.cpp b/al/source.cpp index 9c45ebda..67cfacb6 100644 --- a/al/source.cpp +++ b/al/source.cpp @@ -46,9 +46,9 @@ #include "AL/efx.h" #include "albit.h" -#include "alc/alcontext.h" #include "alc/alu.h" #include "alc/backends/base.h" +#include "alc/context.h" #include "alc/device.h" #include "alc/inprogext.h" #include "almalloc.h" |