[libcxx-commits] [PATCH] D141284: [libc++][test] Fix missing include in `bit_ceil.fail.cpp`
Joe Loser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jan 9 07:33:36 PST 2023
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG835cf3ca6bee: [libc++][test] Fix missing include in `bit_ceil.fail.cpp` (authored by jloser).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141284/new/
https://reviews.llvm.org/D141284
Files:
libcxx/test/std/numerics/bit/bit.pow.two/bit_ceil.fail.cpp
Index: libcxx/test/std/numerics/bit/bit.pow.two/bit_ceil.fail.cpp
===================================================================
--- libcxx/test/std/numerics/bit/bit.pow.two/bit_ceil.fail.cpp
+++ libcxx/test/std/numerics/bit/bit.pow.two/bit_ceil.fail.cpp
@@ -15,9 +15,10 @@
// T is an unsigned integer type
#include <bit>
+#include <cassert>
+#include <cstddef>
#include <cstdint>
#include <limits>
-#include <cassert>
#include "test_macros.h"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141284.487432.patch
Type: text/x-patch
Size: 469 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230109/e84834c7/attachment.bin>
More information about the libcxx-commits
mailing list