From: Debian Qt/KDE Maintainers Date: Tue, 21 May 2024 16:02:42 +0000 (+0300) Subject: ANGLE: add missing include to fix build with GCC 13 X-Git-Tag: archive/raspbian/5.212.0_alpha4-38+rpi1^2^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=97b0ccf88d1f5542167ebeb75d1844dbcb5cd80f;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