summarylogtreecommitdiffstats
path: root/0001-include-cstdint-in-garglk.h.patch
blob: c21dacdc5c7a985f76e3b547ead3cabc0c47ee81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From fe740ed7f180af5b8c431e460c7834f9a41e5446 Mon Sep 17 00:00:00 2001
From: Autumn <autumn@cyfox.net>
Date: Tue, 23 May 2023 13:17:44 -0700
Subject: [PATCH] include <cstdint> in garglk.h

this fixes a build error.
---
 garglk/garglk.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/garglk/garglk.h b/garglk/garglk.h
index e5565a14..dc7efaed 100644
--- a/garglk/garglk.h
+++ b/garglk/garglk.h
@@ -30,6 +30,7 @@
 #include <array>
 #include <cmath>
 #include <cstddef>
+#include <cstdint>
 #include <cstdio>
 #include <cstring>
 #include <deque>
-- 
2.40.1