Add missing include <type_traits> to allignedallocator
With clang-18 I get an error, because std::alignment_of
is not found without including <type_traits>
With clang-18 I get an error, because std::alignment_of
is not found without including <type_traits>