~ruther/guix-local

ref: 3654e8e9f0cc332f385f7e71951d54186eb40a50 guix-local/gnu/packages/patches/libretro-dolphin-emu-gc-font-tool.patch -rw-r--r-- 467 bytes
3654e8e9 — Hartmut Goebel gnu: python-cftime: Update to 1.6.5. 5 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
This patch is already merged in dolphin.

It'll appear in libretro-dolphin whenever it is rebased on top of current
dolphin source.

diff --git a/docs/gc-font-tool.cpp b/docs/gc-font-tool.cpp
index f09964609a..c43496d2fa 100644
--- a/docs/gc-font-tool.cpp
+++ b/docs/gc-font-tool.cpp
@@ -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>