From: Debian Qt/KDE Maintainers Date: Fri, 25 Oct 2024 09:39:48 +0000 (+0300) Subject: ANGLE: add missing include to fix build with GCC 13 X-Git-Tag: archive/raspbian/5.212.0_alpha4-42+rpi1^2^2~6 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=102b2a32c4a752a3768cdc63dfc5d83e991fbb67;p=qtwebkit-opensource-src.git ANGLE: add missing include to fix build with GCC 13 Origin: upstream, https://chromium.googlesource.com/angle/angle/+/cdfa8f504d83c2a3 Last-Update: 2023-06-18 Gbp-Pq: Name gcc_13.diff --- diff --git a/Source/ThirdParty/ANGLE/src/common/mathutil.h b/Source/ThirdParty/ANGLE/src/common/mathutil.h index 7959da8b..26c28877 100644 --- a/Source/ThirdParty/ANGLE/src/common/mathutil.h +++ b/Source/ThirdParty/ANGLE/src/common/mathutil.h @@ -15,6 +15,7 @@ #include #include #include +#include #include namespace gl