From: Debian Qt/KDE Maintainers Date: Thu, 9 Jan 2025 11:39:01 +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~7 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=9fab33108b46b0ec24ce4e376a469479beb4d909;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