diff options
author | Derek Mauro <761129+derekmauro@users.noreply.github.com> | 2021-01-19 13:49:15 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-19 13:49:15 -0500 |
commit | 6f9d96a1f41439ac172ee2ef7ccd8edf0e5d068c (patch) | |
tree | df4ffbfb80a34e20a2c142fce134c210cc8e3fad /absl | |
parent | 0f3bb466b868b523cf1dc9b2aaaed65c77b28862 (diff) |
Cherry-picks for LTS 2020_09_23 Patch Release 3 (#888)20200923.3
* Adds missing <limits> include to fix GCC 11 (prerelease) build
Diffstat (limited to 'absl')
-rw-r--r-- | absl/synchronization/internal/graphcycles.cc | 1 |
1 files changed, 1 insertions, 0 deletions
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 <algorithm> #include <array> +#include <limits> #include "absl/base/internal/hide_ptr.h" #include "absl/base/internal/raw_logging.h" #include "absl/base/internal/spinlock.h" |