diff options
author | Derek Mauro <dmauro@google.com> | 2023-02-02 08:04:36 -0800 |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2023-02-02 08:05:20 -0800 |
commit | 115aac772c23907df48e298ebee04154bb2805c5 (patch) | |
tree | 6a269b29758177ba122e5c5e2d2197bf4b3658d9 /absl/container/BUILD.bazel | |
parent | 7005fede1e309d0a6070be3008b365112492aa80 (diff) |
Fix missing includes/dependencies
PiperOrigin-RevId: 506622658
Change-Id: I17ae2d97a6cadb7bdd8ebd0ec0dd3976568cb7e1
Diffstat (limited to 'absl/container/BUILD.bazel')
-rw-r--r-- | absl/container/BUILD.bazel | 2 |
1 files changed, 2 insertions, 0 deletions
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", ], ) |