Fix alignment_of include

This commit is contained in:
Peter Dimov
2022-06-02 21:46:07 +03:00
parent 99a5409b39
commit 712d20079a

View File

@ -118,7 +118,6 @@ to normal separate chaining implementations.
#pragma once #pragma once
#endif #endif
#include <boost/align/alignment_of.hpp>
#include <boost/core/addressof.hpp> #include <boost/core/addressof.hpp>
#include <boost/core/allocator_access.hpp> #include <boost/core/allocator_access.hpp>
#include <boost/core/bit.hpp> #include <boost/core/bit.hpp>
@ -151,6 +150,7 @@ to normal separate chaining implementations.
#include <boost/preprocessor/seq/size.hpp> #include <boost/preprocessor/seq/size.hpp>
#include <boost/swap.hpp> #include <boost/swap.hpp>
#include <boost/type_traits/aligned_storage.hpp> #include <boost/type_traits/aligned_storage.hpp>
#include <boost/type_traits/alignment_of.hpp>
#include <climits> #include <climits>