From efb10791ca15cdd48b84daeefd32aecb47a8ff30 Mon Sep 17 00:00:00 2001 From: Lucas Camolezi Date: Wed, 26 Aug 2020 17:24:41 -0300 Subject: [PATCH] Add missing include This patch makes the header able to be built standalone, making possible C++ clang modules builds. --- include/boost/intrusive/detail/simple_disposers.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/boost/intrusive/detail/simple_disposers.hpp b/include/boost/intrusive/detail/simple_disposers.hpp index f9d23bf..17fa1e4 100644 --- a/include/boost/intrusive/detail/simple_disposers.hpp +++ b/include/boost/intrusive/detail/simple_disposers.hpp @@ -13,6 +13,8 @@ #ifndef BOOST_INTRUSIVE_DETAIL_SIMPLE_DISPOSERS_HPP #define BOOST_INTRUSIVE_DETAIL_SIMPLE_DISPOSERS_HPP +#include + #ifndef BOOST_CONFIG_HPP # include #endif