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
commit 1aadd01038
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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