Skip to content

Commit e430581

Browse files
authored
[libc][bazel] Add missing header dependencies.
1 parent 49d7c53 commit e430581

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
@@ -752,6 +752,7 @@ libc_support_library(
752752
name = "__support_blockstore",
753753
hdrs = ["src/__support/blockstore.h"],
754754
deps = [
755+
":__support_cpp_array",
755756
":__support_cpp_new",
756757
":__support_libc_assert",
757758
],
@@ -1681,6 +1682,7 @@ libc_support_library(
16811682
":__support_cpp_optional",
16821683
":__support_macros_attributes",
16831684
":__support_macros_config",
1685+
":types_wint_t",
16841686
],
16851687
)
16861688

0 commit comments

Comments
 (0)