Skip to content

Commit

Permalink
Cherry-picks for LTS 2020_09_23 Patch Release 3 (#888)
Browse files Browse the repository at this point in the history
* Adds missing <limits> include to fix GCC 11 (prerelease) build
  • Loading branch information
derekmauro authored Jan 19, 2021
1 parent 0f3bb46 commit 6f9d96a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions absl/synchronization/internal/graphcycles.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6f9d96a

Please sign in to comment.