From ed031a99917492d18827e69028f11714bbe2ab71 Mon Sep 17 00:00:00 2001 From: Neil Conway Date: Tue, 18 Feb 2025 11:22:47 -0500 Subject: [PATCH] Add missing duration proto dependency This doesn't cause a compilation error when built out of the box, but the error seems to manifest when built with different versions of Protobuf. --- BUILD.bazel | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD.bazel b/BUILD.bazel index 2e84638..5fc910d 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -49,6 +49,7 @@ cc_library( "@com_github_google_glog//:glog", "@com_google_absl//absl/strings", "@com_google_absl//absl/time", + "@com_google_protobuf//:duration_cc_proto", ], )