Fixes Ticket #12556: member_value_traits.hpp has a missing #include

This commit is contained in:
Ion Gaztañaga
2016-11-13 00:16:10 +01:00
parent ba5ecb7196
commit 1a6bbccf5d

View File

@@ -18,6 +18,7 @@
#include <boost/intrusive/link_mode.hpp> #include <boost/intrusive/link_mode.hpp>
#include <boost/intrusive/detail/parent_from_member.hpp> #include <boost/intrusive/detail/parent_from_member.hpp>
#include <boost/intrusive/detail/to_raw_pointer.hpp>
#include <boost/intrusive/pointer_traits.hpp> #include <boost/intrusive/pointer_traits.hpp>
#if defined(BOOST_HAS_PRAGMA_ONCE) #if defined(BOOST_HAS_PRAGMA_ONCE)