diff options
| author | Christian Sigg <csigg@google.com> | 2025-07-07 10:16:24 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-07 10:16:24 +0200 |
| commit | e430581e66ffef74e7e146d87f4a54af4a6dcde2 (patch) | |
| tree | b211643f7e797904e7ccd7fe9e8604b49e02af9c /utils | |
| parent | 49d7c53756bc6e06bb6ae160bef5f944f18dfa2f (diff) | |
[libc][bazel] Add missing header dependencies.
Diffstat (limited to 'utils')
| -rw-r--r-- | utils/bazel/llvm-project-overlay/libc/BUILD.bazel | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel index 2484a2f1e2bd..d3fc6912cd4e 100644 --- a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel +++ b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel @@ -752,6 +752,7 @@ libc_support_library( name = "__support_blockstore", hdrs = ["src/__support/blockstore.h"], deps = [ + ":__support_cpp_array", ":__support_cpp_new", ":__support_libc_assert", ], @@ -1681,6 +1682,7 @@ libc_support_library( ":__support_cpp_optional", ":__support_macros_attributes", ":__support_macros_config", + ":types_wint_t", ], ) |
