[libcxx-commits] [PATCH] D126609: [libc++] Add missing includes in __type_traits/is_unsigned.h
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun May 29 01:17:33 PDT 2022
philnik created this revision.
Herald added a project: All.
philnik requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D126609
Files:
libcxx/include/__type_traits/is_unsigned.h
Index: libcxx/include/__type_traits/is_unsigned.h
===================================================================
--- libcxx/include/__type_traits/is_unsigned.h
+++ libcxx/include/__type_traits/is_unsigned.h
@@ -11,6 +11,8 @@
#include <__config>
#include <__type_traits/integral_constant.h>
+#include <__type_traits/is_arithmetic.h>
+#include <__type_traits/is_integral.h>
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
# pragma GCC system_header
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126609.432769.patch
Type: text/x-patch
Size: 463 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220529/ba210261/attachment.bin>
More information about the libcxx-commits
mailing list