diff options
author | Abseil Team <absl-team@google.com> | 2023-03-13 17:04:58 -0700 |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2023-03-13 17:05:47 -0700 |
commit | 52578edd8950227f1eb28821622c861804241de6 (patch) | |
tree | b5d91d0b9d53f10e45937cc6c5157c6ae22c683a /absl/time/BUILD.bazel | |
parent | 7f47b00fca75bee477c8a2e3e8fc74a1cf7c743f (diff) |
Support AbslStringify in absl::Time and absl::Duration.
PiperOrigin-RevId: 516363556
Change-Id: Iae5e781d46dc8a8c4242ab460b57b65271b93159
Diffstat (limited to 'absl/time/BUILD.bazel')
-rw-r--r-- | absl/time/BUILD.bazel | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/absl/time/BUILD.bazel b/absl/time/BUILD.bazel index c7b07c2f..88d20887 100644 --- a/absl/time/BUILD.bazel +++ b/absl/time/BUILD.bazel @@ -91,6 +91,7 @@ cc_test( "//absl/base:config", "//absl/base:core_headers", "//absl/numeric:int128", + "//absl/strings:str_format", "//absl/time/internal/cctz:time_zone", "@com_google_googletest//:gtest_main", ], |