https://bugs.winehq.org/show_bug.cgi?id=52084
Bug ID: 52084 Summary: Missing #include <limits> causes build to fail on Fedora 35 with gcc11 Product: Wine-gecko Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-gecko-unknown Assignee: jacek@codeweavers.com Reporter: patrick+winehq.org@laimbock.com Distribution: ---
Created attachment 71095 --> https://bugs.winehq.org/attachment.cgi?id=71095 Fix missing #include <limits>
On Fedora 35 with gcc11 the build of wine-gecko-2.47.2 fails due to a missing #include <limits> in gfx/2d/BaseRect.h
Patch attached.
https://bugs.winehq.org/show_bug.cgi?id=52084
Jacek Caban jacek@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED
--- Comment #1 from Jacek Caban jacek@codeweavers.com --- I could reproduce it and I pushed the fix to git. Thanks!