diff options
Diffstat (limited to 'alc/alc.cpp')
-rw-r--r-- | alc/alc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/alc.cpp b/alc/alc.cpp index 7cf6c5a9..faf6392e 100644 --- a/alc/alc.cpp +++ b/alc/alc.cpp @@ -81,6 +81,7 @@ #include "bs2b.h" #include "compat.h" #include "core/devformat.h" +#include "core/mastering.h" #include "cpu_caps.h" #include "effects/base.h" #include "filters/nfc.h" @@ -91,7 +92,6 @@ #include "inprogext.h" #include "intrusive_ptr.h" #include "logging.h" -#include "mastering.h" #include "opthelpers.h" #include "pragmadefs.h" #include "ringbuffer.h" |