From 5339bf67d9a445e8f4acb8a3fd963c128e259b80 Mon Sep 17 00:00:00 2001 From: Christian Mazakas Date: Thu, 3 Aug 2023 10:52:03 -0700 Subject: [PATCH] Add missing #include's --- include/boost/unordered/detail/foa/node_map_types.hpp | 1 + include/boost/unordered/detail/foa/node_set_types.hpp | 1 + 2 files changed, 2 insertions(+) diff --git a/include/boost/unordered/detail/foa/node_map_types.hpp b/include/boost/unordered/detail/foa/node_map_types.hpp index 0853dfe9..8b4a4b91 100644 --- a/include/boost/unordered/detail/foa/node_map_types.hpp +++ b/include/boost/unordered/detail/foa/node_map_types.hpp @@ -6,6 +6,7 @@ #define BOOST_UNORDERED_DETAIL_FOA_NODE_MAP_TYPES_HPP #include +#include #include namespace boost { diff --git a/include/boost/unordered/detail/foa/node_set_types.hpp b/include/boost/unordered/detail/foa/node_set_types.hpp index 68c20986..f8aaa8e0 100644 --- a/include/boost/unordered/detail/foa/node_set_types.hpp +++ b/include/boost/unordered/detail/foa/node_set_types.hpp @@ -6,6 +6,7 @@ #define BOOST_UNORDERED_DETAIL_FOA_NODE_SET_TYPES_HPP #include +#include #include namespace boost {