|
|
|
@ -1,15 +1,3 @@
|
|
|
|
|
diff --git a/third_party/abseil-cpp/absl/synchronization/internal/graphcycles.cc b/third_party/abseil-cpp/absl/synchronization/internal/graphcycles.cc
|
|
|
|
|
index 19f9aab5b..8073637e9 100644
|
|
|
|
|
--- a/third_party/abseil-cpp/absl/synchronization/internal/graphcycles.cc
|
|
|
|
|
+++ b/third_party/abseil-cpp/absl/synchronization/internal/graphcycles.cc
|
|
|
|
|
@@ -35,6 +35,7 @@
|
|
|
|
|
|
|
|
|
|
#include "absl/synchronization/internal/graphcycles.h"
|
|
|
|
|
|
|
|
|
|
+#include <limits>
|
|
|
|
|
#include <algorithm>
|
|
|
|
|
#include <array>
|
|
|
|
|
#include "absl/base/internal/hide_ptr.h"
|
|
|
|
|
diff --git a/third_party/angle/src/libANGLE/HandleAllocator.cpp b/third_party/angle/src/libANGLE/HandleAllocator.cpp
|
|
|
|
|
index 013f1dfb2..3ce63c192 100644
|
|
|
|
|
--- a/third_party/angle/src/libANGLE/HandleAllocator.cpp
|
|
|
|
|