Add missing include

This patch makes the header able to be built standalone, making possible C++ clang modules builds.
This commit is contained in:
Lucas Camolezi
2020-08-26 17:24:41 -03:00
committed by GitHub
parent d8761780b0
commit efb10791ca

View File

@@ -13,6 +13,8 @@
#ifndef BOOST_INTRUSIVE_DETAIL_SIMPLE_DISPOSERS_HPP
#define BOOST_INTRUSIVE_DETAIL_SIMPLE_DISPOSERS_HPP
#include <boost/intrusive/detail/workaround.hpp>
#ifndef BOOST_CONFIG_HPP
# include <boost/config.hpp>
#endif