diff options
Diffstat (limited to 'libs/container/test/null_iterators_test.cpp')
-rw-r--r-- | libs/container/test/null_iterators_test.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libs/container/test/null_iterators_test.cpp b/libs/container/test/null_iterators_test.cpp index 7bf4b8199..faf60be13 100644 --- a/libs/container/test/null_iterators_test.cpp +++ b/libs/container/test/null_iterators_test.cpp @@ -19,17 +19,16 @@ #include <boost/container/set.hpp> #include <boost/container/flat_set.hpp> #include <boost/container/flat_map.hpp> -#include <boost/intrusive/detail/memory_util.hpp> +#include <boost/intrusive/detail/mpl.hpp> #include <boost/core/lightweight_test.hpp> -#include <boost/aligned_storage.hpp> #include <boost/static_assert.hpp> #include <cstring> #include <new> using namespace boost::container; -typedef boost::aligned_storage<sizeof(void*)*4>::type buffer_t; +typedef boost::container::container_detail::aligned_storage<sizeof(void*)*4>::type buffer_t; static buffer_t buffer_0x00; static buffer_t buffer_0xFF; |