about summary refs log tree commit diff
path: root/absl/synchronization/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'absl/synchronization/BUILD.bazel')
-rw-r--r--absl/synchronization/BUILD.bazel1
1 files changed, 1 insertions, 0 deletions
diff --git a/absl/synchronization/BUILD.bazel b/absl/synchronization/BUILD.bazel
index 5e190c559c5c..354291f29b3e 100644
--- a/absl/synchronization/BUILD.bazel
+++ b/absl/synchronization/BUILD.bazel
@@ -204,5 +204,6 @@ cc_test(
     deps = [
         ":synchronization",
         "//absl/base",
+        "//absl/base:core_headers",
     ],
 )