From f1b245929759230f31cdd1e5f9e0e69f817fed95 Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Fri, 9 Aug 2024 10:15:05 -0700 Subject: [PATCH] Add missing `#include` PiperOrigin-RevId: 661310026 --- pybind11_protobuf/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/pybind11_protobuf/BUILD b/pybind11_protobuf/BUILD index 86209e2..f34fab0 100644 --- a/pybind11_protobuf/BUILD +++ b/pybind11_protobuf/BUILD @@ -25,6 +25,7 @@ pybind_library( ":check_unknown_fields", ":enum_type_caster", ":proto_cast_util", + "@com_google_absl//absl/strings:string_view", "@com_google_protobuf//:protobuf", ], )