From 9fab33108b46b0ec24ce4e376a469479beb4d909 Mon Sep 17 00:00:00 2001 From: Debian Qt/KDE Maintainers Date: Thu, 9 Jan 2025 14:39:01 +0300 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