summaryrefslogtreecommitdiff
path: root/dev-python/tweedledum/files/tweedledum-1.1.1-gcc-13.patch
blob: 64a171c50b4626c6c43514e9d6578d5f893c6600 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
https://bugs.gentoo.org/895130
--- a/external/pybind11/include/pybind11/attr.h
+++ b/external/pybind11/include/pybind11/attr.h
@@ -10,6 +10,7 @@
 
 #pragma once
 
+#include <cstdint>
 #include "cast.h"
 
 PYBIND11_NAMESPACE_BEGIN(PYBIND11_NAMESPACE)
--- a/include/tweedledum/IR/Cbit.h
+++ b/include/tweedledum/IR/Cbit.h
@@ -5,6 +5,7 @@
 #pragma once
 
 #include <cassert>
+#include <cstdint>
 #include <limits>
 #include <string>
 #include <vector>