From 5f7f6be57182e6aed997fe8851115b54c80d0156 Mon Sep 17 00:00:00 2001 From: joaquintides Date: Mon, 21 Oct 2024 12:43:20 +0200 Subject: [PATCH] included missing header --- include/boost/unordered/detail/foa/concurrent_table.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/boost/unordered/detail/foa/concurrent_table.hpp b/include/boost/unordered/detail/foa/concurrent_table.hpp index 77078613..b8cbdf4b 100644 --- a/include/boost/unordered/detail/foa/concurrent_table.hpp +++ b/include/boost/unordered/detail/foa/concurrent_table.hpp @@ -51,6 +51,7 @@ #endif #if defined(BOOST_UNORDERED_LATCH_FREE) +#include #include #include #include @@ -560,7 +561,7 @@ public: #if defined(BOOST_UNORDERED_LATCH_FREE) ~concurrent_table(){ std::cout - <<"version: 2024/03/08 20:10; " + <<"version: 2024/10/21 12:15; " <<"lf: "<<(double)size()/capacity()<<"; " <<"size: "<