Description: Include limits to fix GCC-11 FTBFS
Author: Nilesh Patra <nilesh@debian.org>
Last-Update: 2021-10-24
--- a/benchmarks/hash_map_benchmark.cpp
+++ b/benchmarks/hash_map_benchmark.cpp
@@ -5,6 +5,7 @@
 
 #include <iostream>
 #include <vector>
+#include <limits>
 
 using config_t = tao::config::value;
 
@@ -214,4 +215,4 @@
 
 void register_hash_map_benchmark(registered_benchmarks& benchmarks) {
   benchmarks.emplace("hash_map", benchmark_variations());
-}
\ No newline at end of file
+}
--- a/xenium/reclamation/impl/stamp_it.hpp
+++ b/xenium/reclamation/impl/stamp_it.hpp
@@ -13,6 +13,7 @@
 #include <xenium/reclamation/detail/thread_block_list.hpp>
 
 #include <algorithm>
+#include <limits>
 
 #ifdef _MSC_VER
 #pragma warning(push)
