diff options
author | Chris Robinson <[email protected]> | 2020-03-30 01:16:15 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2020-03-30 01:16:15 -0700 |
commit | cc009b8aa009f7da06d546781748d29c9e9c0dd1 (patch) | |
tree | e800c179984accec03f089ff20de3e272deb941e /alc/alu.cpp | |
parent | f8a5ea2d74e4ce6ccfb34ffb9dc8f665135203fc (diff) |
Move the FrontStablizer definition to its own header
Diffstat (limited to 'alc/alu.cpp')
-rw-r--r-- | alc/alu.cpp | 1 |
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" |