From 85c7900339eac225a9767c670f53424dcd23fd1f Mon Sep 17 00:00:00 2001 From: Christian Mazakas Date: Mon, 18 Sep 2023 11:45:45 -0700 Subject: [PATCH] Add missing element_type includes --- include/boost/unordered/detail/foa/node_map_types.hpp | 2 ++ include/boost/unordered/detail/foa/node_set_types.hpp | 2 ++ 2 files changed, 4 insertions(+) diff --git a/include/boost/unordered/detail/foa/node_map_types.hpp b/include/boost/unordered/detail/foa/node_map_types.hpp index 473d97d7..ccb378ef 100644 --- a/include/boost/unordered/detail/foa/node_map_types.hpp +++ b/include/boost/unordered/detail/foa/node_map_types.hpp @@ -5,6 +5,8 @@ #ifndef BOOST_UNORDERED_DETAIL_FOA_NODE_MAP_TYPES_HPP #define BOOST_UNORDERED_DETAIL_FOA_NODE_MAP_TYPES_HPP +#include + #include #include #include diff --git a/include/boost/unordered/detail/foa/node_set_types.hpp b/include/boost/unordered/detail/foa/node_set_types.hpp index 4d01d2fe..710ac6cc 100644 --- a/include/boost/unordered/detail/foa/node_set_types.hpp +++ b/include/boost/unordered/detail/foa/node_set_types.hpp @@ -5,6 +5,8 @@ #ifndef BOOST_UNORDERED_DETAIL_FOA_NODE_SET_TYPES_HPP #define BOOST_UNORDERED_DETAIL_FOA_NODE_SET_TYPES_HPP +#include + #include #include #include