diff options
Diffstat (limited to 'src/tag/Aiff.cxx')
-rw-r--r-- | src/tag/Aiff.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tag/Aiff.cxx b/src/tag/Aiff.cxx index 99c1c2e20..37eeadf66 100644 --- a/src/tag/Aiff.cxx +++ b/src/tag/Aiff.cxx @@ -21,10 +21,10 @@ #include "input/InputStream.hxx" #include "util/ByteOrder.hxx" +#include <cstdint> #include <limits> #include <stdexcept> -#include <stdint.h> #include <string.h> struct aiff_header { |