summaryrefslogtreecommitdiff
path: root/app-misc/task/files/task-2.6.2-gcc15-cstdint-include.patch
blob: 4ef78d158414ec65940a38d8b222c3df52ca2868 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/libshared/src/JSON.h b/src/libshared/src/JSON.h
index 3e197c2..4b35e38 100644
--- a/src/libshared/src/JSON.h
+++ b/src/libshared/src/JSON.h
@@ -31,6 +31,7 @@
 #include <vector>
 #include <string>
 #include <Pig.h>
+#include <cstdint>
 
 namespace json
 {