diff options
author | Chris Robinson <[email protected]> | 2020-12-27 16:14:11 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2020-12-27 16:14:11 -0800 |
commit | 62fa6a22773ca7d5bb8194c2ef59f82b69d27538 (patch) | |
tree | c05d793cf1515c99cd533ebcde755f544af3de8d /alc/effects/pshifter.cpp | |
parent | ffa7d1b1a7132a00656eaf001f30441580e6a6a4 (diff) |
Avoid including voice.h in alcontext.h
Diffstat (limited to 'alc/effects/pshifter.cpp')
-rw-r--r-- | alc/effects/pshifter.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/alc/effects/pshifter.cpp b/alc/effects/pshifter.cpp index 0c8bdefc..ac00bac1 100644 --- a/alc/effects/pshifter.cpp +++ b/alc/effects/pshifter.cpp @@ -32,6 +32,7 @@ #include "alnumeric.h" #include "alu.h" #include "effectslot.h" +#include "math_defs.h" namespace { |