summaryrefslogtreecommitdiffstats
path: root/system/sbbdep/gcc11.patch
blob: 0211711e835783ecf311050e8894e4bc66fe0943 (plain)
1
2
3
4
5
6
7
8
9
10
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>