diff options
Diffstat (limited to 'src/TagPrint.hxx')
-rw-r--r-- | src/TagPrint.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/TagPrint.hxx b/src/TagPrint.hxx index e52212cc4..ff0b879e9 100644 --- a/src/TagPrint.hxx +++ b/src/TagPrint.hxx @@ -20,7 +20,7 @@ #ifndef MPD_TAG_PRINT_HXX #define MPD_TAG_PRINT_HXX -#include <stdint.h> +#include <cstdint> enum TagType : uint8_t; |