From 76d87330ec7c34efeee86654db4c6ed405810de2 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Mon, 29 Jul 2019 15:57:48 -0700 Subject: Move the event declarations to a separate header --- alc/alu.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'alc/alu.cpp') diff --git a/alc/alu.cpp b/alc/alu.cpp index cc1a5a98..31689997 100644 --- a/alc/alu.cpp +++ b/alc/alu.cpp @@ -60,6 +60,7 @@ #include "bs2b.h" #include "cpu_caps.h" #include "effects/base.h" +#include "event.h" #include "filters/biquad.h" #include "filters/nfc.h" #include "filters/splitter.h" -- cgit v1.2.3