blob: 407ef0335f365cc147394dd15f506d1321eaf4fc (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/include/orcus/global.hpp
+++ b/include/orcus/global.hpp
@@ -11,6 +11,7 @@
#include "types.hpp"
#include "env.hpp"
+#include <limits>
#include <memory>
#include <functional>
|