Commit 6f9d96a1 by Derek Mauro Committed by GitHub

Cherry-picks for LTS 2020_09_23 Patch Release 3 (#888)

* Adds missing <limits> include to fix GCC 11 (prerelease) build
parent 0f3bb466
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
#include <algorithm> #include <algorithm>
#include <array> #include <array>
#include <limits>
#include "absl/base/internal/hide_ptr.h" #include "absl/base/internal/hide_ptr.h"
#include "absl/base/internal/raw_logging.h" #include "absl/base/internal/raw_logging.h"
#include "absl/base/internal/spinlock.h" #include "absl/base/internal/spinlock.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment