Skip to content

Commit

Permalink
[libc++] Adds a missing include.
Browse files Browse the repository at this point in the history
This should fix the clang modules with the locales disabled build in the
CI.
  • Loading branch information
mordante committed Jul 5, 2024
1 parent fc66543 commit 683c8e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libcxx/include/complex
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 683c8e9

Please sign in to comment.