From 62fa6a22773ca7d5bb8194c2ef59f82b69d27538 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sun, 27 Dec 2020 16:14:11 -0800 Subject: Avoid including voice.h in alcontext.h --- alc/effects/vmorpher.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'alc/effects/vmorpher.cpp') 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 { -- cgit v1.2.3