Automated Code Change PiperOrigin-RevId: 783049451
diff --git a/upb/mini_table/BUILD b/upb/mini_table/BUILD index a609f0f..500ef7f 100644 --- a/upb/mini_table/BUILD +++ b/upb/mini_table/BUILD
@@ -5,6 +5,9 @@ # license that can be found in the LICENSE file or at # https://developers.google.com/open-source/licenses/bsd +load("@rules_cc//cc:cc_binary.bzl", "cc_binary") +load("@rules_cc//cc:cc_library.bzl", "cc_library") +load("@rules_cc//cc:cc_test.bzl", "cc_test") load("//bazel:proto_library.bzl", "proto_library") load( "//bazel:upb_minitable_proto_library.bzl",