From fa3c34268dd7d9bc380ecd19aedb28924d29b295 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sat, 17 Nov 2018 23:02:27 -0800 Subject: Move the ALCcontext definition to its own header --- Alc/effects/autowah.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'Alc/effects/autowah.cpp') diff --git a/Alc/effects/autowah.cpp b/Alc/effects/autowah.cpp index b4ef8f3c..e2f07b6f 100644 --- a/Alc/effects/autowah.cpp +++ b/Alc/effects/autowah.cpp @@ -24,6 +24,7 @@ #include #include "alMain.h" +#include "alcontext.h" #include "alAuxEffectSlot.h" #include "alError.h" #include "alu.h" -- cgit v1.2.3