diff --git a/include/boost/container/detail/type_traits.hpp b/include/boost/container/detail/type_traits.hpp index 496562d..b28fa78 100644 --- a/include/boost/container/detail/type_traits.hpp +++ b/include/boost/container/detail/type_traits.hpp @@ -52,6 +52,7 @@ using ::boost::move_detail::is_nothrow_move_assignable; using ::boost::move_detail::alignment_of; using ::boost::move_detail::aligned_storage; using ::boost::move_detail::nat; +using ::boost::move_detail::max_align_t; } //namespace container_detail { } //namespace container {