Skip to content

Commit 683c8e9

Browse files
committed
[libc++] Adds a missing include.
This should fix the clang modules with the locales disabled build in the CI.
1 parent fc66543 commit 683c8e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libcxx/include/complex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ template<class T> complex<T> tanh (const complex<T>&);
261261
#include <__fwd/tuple.h>
262262
#include <__tuple/tuple_element.h>
263263
#include <__tuple/tuple_size.h>
264+
#include <__type_traits/conditional.h>
264265
#include <__utility/move.h>
265266
#include <cmath>
266267
#include <version>

0 commit comments

Comments
 (0)