aboutsummaryrefslogtreecommitdiffstats
path: root/alc/alc.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/alc.cpp
parentf8a5ea2d74e4ce6ccfb34ffb9dc8f665135203fc (diff)
Move the FrontStablizer definition to its own header
Diffstat (limited to 'alc/alc.cpp')
-rw-r--r--alc/alc.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/alc/alc.cpp b/alc/alc.cpp
index 9cd99f9d..1bb859f7 100644
--- a/alc/alc.cpp
+++ b/alc/alc.cpp
@@ -80,6 +80,7 @@
#include "filters/nfc.h"
#include "filters/splitter.h"
#include "fpu_ctrl.h"
+#include "front_stablizer.h"
#include "hrtf.h"
#include "inprogext.h"
#include "intrusive_ptr.h"