Files
gentoo/dev-cpp/abseil-cpp/files/include_limits.patch
Georgy Yakovlev 5282497562 dev-cpp/abseil-cpp: include limits
Bug: https://bugs.gentoo.org/786726
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
2021-06-17 10:51:05 -07:00

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"