Skip to content

Commit 6642abb

Browse files
keithAlexisPerry
authored andcommitted
[bazel] Fix mpfr_wrapper build (llvm#96341)
1 parent 1b0d4b0 commit 6642abb

File tree

1 file changed

+2
-0
lines changed
  • utils/bazel/llvm-project-overlay/libc/utils/MPFRWrapper

1 file changed

+2
-0
lines changed

utils/bazel/llvm-project-overlay/libc/utils/MPFRWrapper/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,12 @@ libc_support_library(
3939
),
4040
deps = [
4141
"//libc:__support_common",
42+
"//libc:__support_cpp_array",
4243
"//libc:__support_cpp_bit",
4344
"//libc:__support_cpp_bitset",
4445
"//libc:__support_cpp_string",
4546
"//libc:__support_cpp_string_view",
47+
"//libc:__support_cpp_stringstream",
4648
"//libc:__support_cpp_type_traits",
4749
"//libc:__support_fputil_fp_bits",
4850
"//libc:__support_fputil_fpbits_str",

0 commit comments

Comments
 (0)