diff options
Diffstat (limited to 'alc/converter.cpp')
-rw-r--r-- | alc/converter.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/alc/converter.cpp b/alc/converter.cpp index 0f8e8941..2e357fb8 100644 --- a/alc/converter.cpp +++ b/alc/converter.cpp @@ -4,7 +4,10 @@ #include "converter.h" #include <algorithm> +#include <cstdint> +#include <iterator> +#include "albyte.h" #include "fpu_modes.h" #include "mixer/defs.h" |