aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark de Wever <koraq@xs4all.nl>2024-07-05 20:45:32 +0200
committerMark de Wever <koraq@xs4all.nl>2024-07-05 20:45:32 +0200
commit683c8e9913cd87e0b2a8e083298cd3ebc67923fe (patch)
treed079b8e8ddf04af01de71efd8f09c8aba63f8c7d
parentfc665436626fa265ebb8d62b9f8a4cfab9b959d0 (diff)
downloadllvm-683c8e9913cd87e0b2a8e083298cd3ebc67923fe.zip
llvm-683c8e9913cd87e0b2a8e083298cd3ebc67923fe.tar.gz
llvm-683c8e9913cd87e0b2a8e083298cd3ebc67923fe.tar.bz2
[libc++] Adds a missing include.
This should fix the clang modules with the locales disabled build in the CI.
-rw-r--r--libcxx/include/complex1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/include/complex b/libcxx/include/complex
index 69a9fcc..22271ac 100644
--- a/libcxx/include/complex
+++ b/libcxx/include/complex
@@ -261,6 +261,7 @@ template<class T> complex<T> tanh (const complex<T>&);
#include <__fwd/tuple.h>
#include <__tuple/tuple_element.h>
#include <__tuple/tuple_size.h>
+#include <__type_traits/conditional.h>
#include <__utility/move.h>
#include <cmath>
#include <version>