mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-15 23:08:51 +00:00
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:
commit
1aadd01038
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue