Skip to content

Commit 0953706

Browse files
committed
[bazel][libc] Add missing dep after 1e6e845
1 parent 3e59710 commit 0953706

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -602,6 +602,7 @@ libc_support_library(
602602
hdrs = ["src/__support/CPP/span.h"],
603603
deps = [
604604
":__support_cpp_array",
605+
":__support_cpp_limits",
605606
":__support_cpp_type_traits",
606607
],
607608
)
@@ -611,6 +612,7 @@ libc_support_library(
611612
hdrs = ["src/__support/CPP/string_view.h"],
612613
deps = [
613614
":__support_common",
615+
":__support_cpp_limits",
614616
],
615617
)
616618

0 commit comments

Comments
 (0)