commit | a320121c4ce573e20c034e6ea32c70d97ee26db5 | [log] [tgz] |
---|---|---|
author | Louis Dionne <ldionne@apple.com> | Mon Nov 19 17:39:50 2018 +0000 |
committer | Louis Dionne <ldionne@apple.com> | Mon Nov 19 17:39:50 2018 +0000 |
tree | e61dd2344e0d7e8ba58fe54f3ee81259bb2f1bf5 | |
parent | 13b7f7b5002fa6128ac7e901889d6d5166de9b6e [diff] |
[libcxx] Add missing <cstddef> includes in tests Some tests use type std::max_align_t, but don't include <cstddef> header directly. As a result, these tests won't compile against some conformant libraries. Reviewed as https://reviews.llvm.org/D54645. Thanks to Andrey Maksimov for the patch. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@347232 91177308-0d34-0410-b5e6-96231b3b80d8