Skip to content

Commit be6248a

Browse files
author
Dmitry Chernenkov
committed
[Bazel] Layering fix for 65310f3
1 parent 464eb64 commit be6248a

File tree

1 file changed

+2
-0
lines changed
  • utils/bazel/llvm-project-overlay/libc/test/src/math

1 file changed

+2
-0
lines changed

utils/bazel/llvm-project-overlay/libc/test/src/math/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,7 @@ libc_support_library(
378378
name = "rint_test_template",
379379
hdrs = ["RIntTest.h"],
380380
deps = [
381+
"//libc:__support_cpp_algorithm",
381382
"//libc:__support_fputil_fenv_impl",
382383
"//libc:__support_fputil_fp_bits",
383384
"//libc:hdr_fenv_macros",
@@ -416,6 +417,7 @@ libc_support_library(
416417
name = "round_to_integer_test_template",
417418
hdrs = ["RoundToIntegerTest.h"],
418419
deps = [
420+
"//libc:__support_cpp_algorithm",
419421
"//libc:__support_fputil_fenv_impl",
420422
"//libc:__support_fputil_fp_bits",
421423
"//libc:hdr_math_macros",

0 commit comments

Comments
 (0)