[all-commits] [llvm/llvm-project] 4a04f8: [libc++][test] Fix missing include in `endian.pass...
Joe Loser via All-commits
all-commits at lists.llvm.org
Mon Jan 9 03:10:45 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4a04f8c240242524080fc8930150fa4cd0d34157
https://github.com/llvm/llvm-project/commit/4a04f8c240242524080fc8930150fa4cd0d34157
Author: Joe Loser <joeloser at fastmail.com>
Date: 2023-01-09 (Mon, 09 Jan 2023)
Changed paths:
M libcxx/test/std/numerics/bit/bit.endian/endian.pass.cpp
Log Message:
-----------
[libc++][test] Fix missing include in `endian.pass.cpp`
`endian.pass.cpp` uses `std::is_enum` and friends but doesn't include
`<type_traits>`. Add the missing include.
Reviewed By: philnik, #libc
Spies: libcxx-commits
Differential Revision: https://reviews.llvm.org/D141239
More information about the All-commits
mailing list