diff options
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 { |