Add missing include

Allow this header file to be built standalone, in a clang C++ modules context.
This commit is contained in:
Lucas Camolezi
2020-08-25 15:15:59 -03:00
committed by GitHub
parent 5a52472cd0
commit 2f9f3831ef

View File

@ -20,6 +20,7 @@
#endif
#include <boost/intrusive/detail/ebo_functor_holder.hpp>
#include <boost/container/detail/workaround.hpp>
namespace boost {
namespace container {