Files
mndeaves 4909742a0b Fix GCC 15 compilation error in ConvertDiskImage
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
2025-11-17 17:14:54 +00:00
..