SlackBuildsOrg/system/sbbdep/gcc11.patch
Giancarlo Dessì d6399c6d7f
system/sbbdep: Patch for gcc >= 11.x.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-01-22 08:22:58 +07:00

11 lines
301 B
Diff

--- 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>