mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
Haven't tested a build myself yet to be sure there aren't more issues, but I am familiar with the climits one and negril reported success for 6.10.3 after including climits. Won't bother including in patchsets for now. Thanks-to: Paul Zander <negril.nx+gentoo@gmail.com> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
12 lines
487 B
Diff
12 lines
487 B
Diff
Same issue as https://bugs.gentoo.org/971287 which only happens with
|
|
recent gcc-16 libstdc++ snapshots.
|
|
--- a/src/3rdparty/chromium/third_party/blink/renderer/platform/widget/input/prediction/predictor_factory.cc
|
|
+++ b/src/3rdparty/chromium/third_party/blink/renderer/platform/widget/input/prediction/predictor_factory.cc
|
|
@@ -3,4 +3,6 @@
|
|
// found in the LICENSE file.
|
|
|
|
+#include <climits>
|
|
+
|
|
#include "third_party/blink/renderer/platform/widget/input/prediction/predictor_factory.h"
|
|
|