summarylogtreecommitdiffstats
path: root/sol2_stdexcept.patch
blob: 5373c834575f8117722a892e635cb0a31631074a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/sol/stack_core.hpp b/include/sol/stack_core.hpp
index aef8e47e..5b86db5b 100644
--- a/include/sol/stack_core.hpp
+++ b/include/sol/stack_core.hpp
@@ -43,6 +43,8 @@
 #include <algorithm>
 #include <sstream>
 #include <optional>
+#include <stdexcept>
+#include <limits>
 
 namespace sol {
        namespace detail {