mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
d6399c6d7f
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
11 lines
301 B
Diff
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>
|