summarylogtreecommitdiffstats
path: root/gcc10-fix.patch
diff options
context:
space:
mode:
authorZezadas2020-05-26 13:45:21 +0100
committerZezadas2020-05-26 13:45:21 +0100
commitb063b2cea46de725eb7208804d0d5dcaf5b922b8 (patch)
treef5bbbf45cb5edc9e84a31b6cb653a98a1ccbff98 /gcc10-fix.patch
downloadaur-b063b2cea46de725eb7208804d0d5dcaf5b922b8.tar.gz
initial commit
Diffstat (limited to 'gcc10-fix.patch')
-rw-r--r--gcc10-fix.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc10-fix.patch b/gcc10-fix.patch
new file mode 100644
index 000000000000..f48b87047f6c
--- /dev/null
+++ b/gcc10-fix.patch
@@ -0,0 +1,10 @@
+--- rexgen-git-gcc10/src/librexgen/iterator/iterator.h 2020-05-26 13:39:07.009007028 +0100
++++ rexgen-git-gcc10-new/src/librexgen/iterator/iterator.h 2020-05-26 13:40:20.772540516 +0100
+@@ -27,6 +27,7 @@
+ #include <librexgen/state/serializablestate.h>
+ #include <librexgen/state/invaliditeratoridexception.h>
+ #include <memory>
++#include <stdexcept>
+
+ #ifdef __cplusplus
+ namespace rexgen {