From fe5d9b8802db70fa762ab6b5662f5a33d214cc24 Mon Sep 17 00:00:00 2001 From: Debian Qt/KDE Maintainers Date: Sat, 8 Jul 2023 08:25:33 +0100 Subject: [PATCH] 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 --- Source/ThirdParty/ANGLE/src/common/mathutil.h | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2