summaryrefslogtreecommitdiffstats
path: root/debian/patches/cstdint.diff
blob: c4cbb7f2d12c9daadc71afbf6bea9a775ed22439 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: fix build with gcc 13
Author: Rene Engelhard <rene@debian.org>

---
Origin: vendor
Forwarded: no
Last-Update: 2023-07-24

--- frozen-1.1.1.orig/include/frozen/bits/pmh.h
+++ frozen-1.1.1/include/frozen/bits/pmh.h
@@ -29,6 +29,7 @@
 
 #include <array>
 #include <limits>
+#include <cstdint>
 
 namespace frozen {