summaryrefslogtreecommitdiffstats
path: root/system/sbbdep/gcc11.patch
diff options
context:
space:
mode:
Diffstat (limited to 'system/sbbdep/gcc11.patch')
-rw-r--r--system/sbbdep/gcc11.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/system/sbbdep/gcc11.patch b/system/sbbdep/gcc11.patch
new file mode 100644
index 0000000000..0211711e83
--- /dev/null
+++ b/system/sbbdep/gcc11.patch
@@ -0,0 +1,11 @@
+--- libsl3/src/sl3/value.cpp 2017-08-05 14:01:24.000000000 -0400
++++ libsl3/src/sl3/value.cpp.new 2022-01-19 21:38:19.648276809 -0500
+@@ -10,6 +10,8 @@
+ #include <sl3/value.hpp>
+
+ #include <algorithm>
++#include <stdexcept>
++#include <limits>
+ #include <climits>
+ #include <cmath>
+ #include <iomanip>