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/echo.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'Alc/effects/echo.cpp') diff --git a/Alc/effects/echo.cpp b/Alc/effects/echo.cpp index f987e582..492da6f6 100644 --- a/Alc/effects/echo.cpp +++ b/Alc/effects/echo.cpp @@ -24,6 +24,7 @@ #include #include "alMain.h" +#include "alcontext.h" #include "alFilter.h" #include "alAuxEffectSlot.h" #include "alError.h" -- cgit v1.2.3