fix gc-font-tool.cpp with GCC 14

This commit is contained in:
Maxim Cournoyer
2025-07-22 16:58:57 +09:00
parent 79a3af2e6e
commit 74814b3203

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>