From 6f9d96a1f41439ac172ee2ef7ccd8edf0e5d068c Mon Sep 17 00:00:00 2001 From: Derek Mauro <761129+derekmauro@users.noreply.github.com> Date: Tue, 19 Jan 2021 13:49:15 -0500 Subject: Cherry-picks for LTS 2020_09_23 Patch Release 3 (#888) * Adds missing include to fix GCC 11 (prerelease) build --- absl/synchronization/internal/graphcycles.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/absl/synchronization/internal/graphcycles.cc b/absl/synchronization/internal/graphcycles.cc index 19f9aab5..27fec216 100644 --- a/absl/synchronization/internal/graphcycles.cc +++ b/absl/synchronization/internal/graphcycles.cc @@ -37,6 +37,7 @@ #include #include +#include #include "absl/base/internal/hide_ptr.h" #include "absl/base/internal/raw_logging.h" #include "absl/base/internal/spinlock.h" -- cgit v1.2.3