diff options
author | Abseil Team <absl-team@google.com> | 2017-12-09T09·03-0800 |
---|---|---|
committer | Titus Winters <titus@google.com> | 2017-12-11T19·02-0500 |
commit | dc0282d09809f3337529fd790c57a92d63752451 (patch) | |
tree | de5d7be227c0424946f9cafec0da68968216bfaf /absl/synchronization | |
parent | ecc56367b8836a552b3716c643da99537c128a13 (diff) |
Changes imported from Abseil "staging" branch:
- 53eebc8dc5730f42b1cda71bc55a5097d330b484 This changes the value base_internal::kOnceDone from 32-b... by Abseil Team <absl-team@google.com> - e34af839e2062e9ed6639803186811be23e6fb80 This changes the value base_internal::kOnceDone from 32-b... by Abseil Team <absl-team@google.com> - dfb395ba062168eeb15237724b628a1b2494052c Remove unnecessary dependency. by Abseil Team <absl-team@google.com> GitOrigin-RevId: 53eebc8dc5730f42b1cda71bc55a5097d330b484 Change-Id: Ide088c81d660c4be900b2456d57a8dcbdb349cc7
Diffstat (limited to 'absl/synchronization')
-rw-r--r-- | absl/synchronization/BUILD.bazel | 1 |
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", ], ) |