mirror of
https://github.com/autc04/Retro68.git
synced 2026-01-22 09:27:40 +00:00
Add missing #include <cstdint> to ConvertDiskImage.cc to fix compilation with GCC 15. GCC 15 removed transitive includes of <cstdint>, causing uint8_t and other fixed-width integer types to be undefined when not explicitly included. Fixes #296