Some files have been using various fixed-size types (uint32_t etc.), which are defined in stdint.h / cstdint, without including said header file. While this code worked with GCC12 (likely a transitive include), under GCC13 it fails to build due to "unknown type" errors. |
||
---|---|---|
.. | ||
DrawMethodsDef.inc | ||
FontReader.cpp | ||
FontReader.h | ||
Graphics.cpp | ||
Graphics.h | ||
Icons.h | ||
meson.build | ||
Pixel.h | ||
RasterDrawMethods.inl | ||
RasterGraphics.cpp | ||
Renderer.cpp | ||
Renderer.h |