forked from OSchip/llvm-project
[libc++] Adds missing includes.
This fixes the broken Apple builds. This has been tested in D121530 (https://buildkite.com/llvm-project/libcxx-ci/builds/11113)
This commit is contained in:
parent
5ff27fe1ff
commit
ebb6f3ce37
|
@ -11,6 +11,8 @@
|
||||||
|
|
||||||
#include <__config>
|
#include <__config>
|
||||||
#include <__type_traits/integral_constant.h>
|
#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)
|
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
|
||||||
# pragma GCC system_header
|
# pragma GCC system_header
|
||||||
|
|
Loading…
Reference in New Issue