From 169397cc88cddc4d7dfeeac4319cecbc6a43e50b Mon Sep 17 00:00:00 2001 From: struct2tensor-team Date: Sun, 24 Nov 2024 13:20:37 -0800 Subject: [PATCH] Automated Code Change PiperOrigin-RevId: 699753891 --- struct2tensor/benchmarks/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/struct2tensor/benchmarks/BUILD b/struct2tensor/benchmarks/BUILD index ef15493..a12cec2 100644 --- a/struct2tensor/benchmarks/BUILD +++ b/struct2tensor/benchmarks/BUILD @@ -16,6 +16,7 @@ # Placeholder: load py_binary # Placeholder: load py_library # Placeholder: load py_test +load("//third_party/protobuf/bazel:proto_library.bzl", "proto_library") load("//tools/build_defs/proto/cpp:cc_proto_library.bzl", "cc_proto_library") licenses(["notice"])