Skip to content

Commit

Permalink
[libc++] Adds missing includes.
Browse files Browse the repository at this point in the history
This fixes the broken Apple builds. This has been tested in D121530
(https://buildkite.com/llvm-project/libcxx-ci/builds/11113)
  • Loading branch information
mordante committed May 29, 2022
1 parent 5ff27fe commit ebb6f3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libcxx/include/__type_traits/is_unsigned.h
Expand Up @@ -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
Expand Down

0 comments on commit ebb6f3c

Please sign in to comment.