diff options
Diffstat (limited to 'alc/voice.h')
-rw-r--r-- | alc/voice.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/alc/voice.h b/alc/voice.h index c87244fc..29ca0484 100644 --- a/alc/voice.h +++ b/alc/voice.h @@ -10,6 +10,7 @@ #include "almalloc.h" #include "alspan.h" #include "alu.h" +#include "buffer_storage.h" #include "devformat.h" #include "filters/biquad.h" #include "filters/nfc.h" @@ -221,7 +222,7 @@ struct Voice { ALuint mFrequency; ALuint mSampleSize; AmbiLayout mAmbiLayout; - AmbiNorm mAmbiScaling; + AmbiScaling mAmbiScaling; ALuint mAmbiOrder; /** Current target parameters used for mixing. */ |