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/vmorpher.cpp | |
parent | ffa7d1b1a7132a00656eaf001f30441580e6a6a4 (diff) |
Avoid including voice.h in alcontext.h
Diffstat (limited to 'alc/effects/vmorpher.cpp')
-rw-r--r-- | alc/effects/vmorpher.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/alc/effects/vmorpher.cpp b/alc/effects/vmorpher.cpp index 32c4b811..3bd4430c 100644 --- a/alc/effects/vmorpher.cpp +++ b/alc/effects/vmorpher.cpp @@ -29,6 +29,8 @@ #include "alcontext.h" #include "alu.h" #include "effectslot.h" +#include "math_defs.h" + namespace { |