Use Debian/ububtu patchset

This commit is contained in:
Mario Fetka
2025-09-18 11:05:51 +02:00
parent 1eae4a9cf5
commit 47b636e042
28 changed files with 642 additions and 211 deletions

View File

@@ -0,0 +1,14 @@
Description: ANGLE: add missing include to fix build with GCC 13
Origin: upstream, https://chromium.googlesource.com/angle/angle/+/cdfa8f504d83c2a3
Last-Update: 2023-06-18
--- a/Source/ThirdParty/ANGLE/src/common/mathutil.h
+++ b/Source/ThirdParty/ANGLE/src/common/mathutil.h
@@ -15,6 +15,7 @@
#include <limits>
#include <algorithm>
#include <string.h>
+#include <stdint.h>
#include <stdlib.h>
namespace gl