aboutsummaryrefslogtreecommitdiffstats
path: root/alc/alu.cpp
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2019-07-29 15:57:48 -0700
committerChris Robinson <[email protected]>2019-07-29 15:58:26 -0700
commit76d87330ec7c34efeee86654db4c6ed405810de2 (patch)
tree2974a301ee77d0022a0b7c9b1e78ff4402355d5b /alc/alu.cpp
parent0a26bab14e0100b883f59958f3ce417888cebc62 (diff)
Move the event declarations to a separate header
Diffstat (limited to 'alc/alu.cpp')
-rw-r--r--alc/alu.cpp1
1 files changed, 1 insertions, 0 deletions
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"