From e9b9b5f08a32ba70114115edaa212d6f5879200b Mon Sep 17 00:00:00 2001 From: Protobuf Team Bot Date: Tue, 10 Dec 2024 02:13:27 -0800 Subject: [PATCH] Automated Code Change PiperOrigin-RevId: 704616341 --- upb/mini_table/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/upb/mini_table/BUILD b/upb/mini_table/BUILD index dd126c992306..d62d5d736703 100644 --- a/upb/mini_table/BUILD +++ b/upb/mini_table/BUILD @@ -5,6 +5,7 @@ # license that can be found in the LICENSE file or at # https://developers.google.com/open-source/licenses/bsd +load("//bazel:proto_library.bzl", "proto_library") load( "//bazel:upb_minitable_proto_library.bzl", "upb_minitable_proto_library",