aboutsummaryrefslogtreecommitdiffstats
path: root/alc/alu.cpp
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2020-03-30 01:16:15 -0700
committerChris Robinson <[email protected]>2020-03-30 01:16:15 -0700
commitcc009b8aa009f7da06d546781748d29c9e9c0dd1 (patch)
treee800c179984accec03f089ff20de3e272deb941e /alc/alu.cpp
parentf8a5ea2d74e4ce6ccfb34ffb9dc8f665135203fc (diff)
Move the FrontStablizer definition to its own 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 889c2271..df9af3fe 100644
--- a/alc/alu.cpp
+++ b/alc/alu.cpp
@@ -66,6 +66,7 @@
#include "filters/nfc.h"
#include "filters/splitter.h"
#include "fpu_ctrl.h"
+#include "front_stablizer.h"
#include "hrtf.h"
#include "inprogext.h"
#include "mastering.h"