Closed reinerh closed 1 year ago
With GCC 13 the build fails because it does not know the integer types (uint8_t, uint16_t, ...). Make them known by including cstdint.
See also: https://bugs.debian.org/1042164
(ping @FeralChild64)
@reinerh I didn't even knew it went into Debian :) Anyway, thanks for the fix!
With GCC 13 the build fails because it does not know the integer types (uint8_t, uint16_t, ...). Make them known by including cstdint.
See also: https://bugs.debian.org/1042164
(ping @FeralChild64)