summarylogtreecommitdiffstats
path: root/gcc10-fix.patch
blob: f48b87047f6cde039fec9b2ee5a3ec023ed7c6e4 (plain)
1
2
3
4
5
6
7
8
9
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 {