mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-18 16:58:08 -07:00
Bug: https://bugs.gentoo.org/786726 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
11 lines
310 B
Diff
11 lines
310 B
Diff
--- 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"
|