From 9bbedce0295ed5ade8c05dd1ca37dc38ef68e899 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 16 Oct 2021 18:46:00 +0300 Subject: [PATCH] Add missing include --- include/boost/container_hash/detail/hash_float.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/container_hash/detail/hash_float.hpp b/include/boost/container_hash/detail/hash_float.hpp index f763428..2245b48 100644 --- a/include/boost/container_hash/detail/hash_float.hpp +++ b/include/boost/container_hash/detail/hash_float.hpp @@ -18,6 +18,7 @@ #include #include #include +#include // std::equal_to #include #if defined(BOOST_MSVC)