From e4ec3fb93791b6c58e0686908da3ca41904eefbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Wed, 18 Jan 2023 22:28:56 +0100 Subject: [PATCH] Add missing boost/assert.hpp or boost/static_assert.hpp --- include/boost/intrusive/detail/hook_traits.hpp | 1 + include/boost/intrusive/detail/slist_iterator.hpp | 1 + 2 files changed, 2 insertions(+) diff --git a/include/boost/intrusive/detail/hook_traits.hpp b/include/boost/intrusive/detail/hook_traits.hpp index b716436..0671348 100644 --- a/include/boost/intrusive/detail/hook_traits.hpp +++ b/include/boost/intrusive/detail/hook_traits.hpp @@ -28,6 +28,7 @@ #include #include #include +#include namespace boost { namespace intrusive { diff --git a/include/boost/intrusive/detail/slist_iterator.hpp b/include/boost/intrusive/detail/slist_iterator.hpp index d6ef336..9c5ee27 100644 --- a/include/boost/intrusive/detail/slist_iterator.hpp +++ b/include/boost/intrusive/detail/slist_iterator.hpp @@ -27,6 +27,7 @@ #include #include #include +#include namespace boost { namespace intrusive {