From 115aac772c23907df48e298ebee04154bb2805c5 Mon Sep 17 00:00:00 2001 From: Derek Mauro Date: Thu, 2 Feb 2023 08:04:36 -0800 Subject: Fix missing includes/dependencies PiperOrigin-RevId: 506622658 Change-Id: I17ae2d97a6cadb7bdd8ebd0ec0dd3976568cb7e1 --- absl/container/BUILD.bazel | 2 ++ 1 file changed, 2 insertions(+) (limited to 'absl/container/BUILD.bazel') diff --git a/absl/container/BUILD.bazel b/absl/container/BUILD.bazel index 92031811..96963c4b 100644 --- a/absl/container/BUILD.bazel +++ b/absl/container/BUILD.bazel @@ -534,11 +534,13 @@ cc_library( "//absl/base", "//absl/base:config", "//absl/base:core_headers", + "//absl/base:raw_logging_internal", "//absl/debugging:stacktrace", "//absl/memory", "//absl/profiling:exponential_biased", "//absl/profiling:sample_recorder", "//absl/synchronization", + "//absl/time", "//absl/utility", ], ) -- cgit v1.2.3