Merge pull request #13820 from apteryks/gc-font-tool-gcc14-fix

fix building gc-font-tool.cpp with GCC 14
This commit is contained in:
Admiral H. Curtiss
2025-07-25 00:18:17 +02:00
committed by GitHub

View File

@ -76,6 +76,7 @@
// Font data is encoded in 2 bit greyscale and in 8x8 blocks. // Font data is encoded in 2 bit greyscale and in 8x8 blocks.
#include <cerrno> #include <cerrno>
#include <cstdint>
#include <cstring> #include <cstring>
#include <fstream> #include <fstream>
#include <iostream> #include <iostream>