[libcxx-commits] [PATCH] D141239: [libc++][test] Fix missing include in `endian.pass.cpp`

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jan 9 03:10:42 PST 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG4a04f8c24024: [libc++][test] Fix missing include in `endian.pass.cpp` (authored by jloser, committed by philnik).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D141239/new/

https://reviews.llvm.org/D141239

Files:
  libcxx/test/std/numerics/bit/bit.endian/endian.pass.cpp


Index: libcxx/test/std/numerics/bit/bit.endian/endian.pass.cpp
===================================================================
--- libcxx/test/std/numerics/bit/bit.endian/endian.pass.cpp
+++ libcxx/test/std/numerics/bit/bit.endian/endian.pass.cpp
@@ -15,6 +15,7 @@
 #include <cstring>
 #include <cassert>
 #include <cstdint>
+#include <type_traits>
 
 #include "test_macros.h"
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141239.487365.patch
Type: text/x-patch
Size: 383 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230109/1000306c/attachment.bin>


More information about the libcxx-commits mailing list