diff options
author | Fangrui Song <i@maskray.me> | 2024-07-05 14:42:01 -0700 |
---|---|---|
committer | shawbyoung <shawbyoung@gmail.com> | 2024-07-05 14:42:01 -0700 |
commit | 9640aac9ebfed849ce200187dd8d1984f9c6b5a6 (patch) | |
tree | 4cc635af49ded70180ccc0ce655de3aa75e9269a /libcxx/include/complex | |
parent | 37ffa982b684081dbe9afbe648772d4b4b9d87f0 (diff) | |
parent | 3a4970652902dbdac0cef66738b85e695b67338c (diff) | |
download | llvm-users/shawbyoung/spr/main.boltnfc-refactor-function-matching.zip llvm-users/shawbyoung/spr/main.boltnfc-refactor-function-matching.tar.gz llvm-users/shawbyoung/spr/main.boltnfc-refactor-function-matching.tar.bz2 |
[𝘀𝗽𝗿] changes introduced through rebaseusers/shawbyoung/spr/main.boltnfc-refactor-function-matching
Created using spr 1.3.4
[skip ci]
Diffstat (limited to 'libcxx/include/complex')
-rw-r--r-- | libcxx/include/complex | 1 |
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> |