fix gc-font-tool.cpp with GCC 14

This commit is contained in:
Maxim Cournoyer 2025-07-22 16:58:57 +09:00
commit 74814b3203
No known key found for this signature in database
GPG key ID: 1260E46482E63562

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>