File Include-stdint.h-for-uint32_t.patch of Package libqt5-qtwebkit

From d1c854e2a214b5fad3c2e9906d6c2ba778d0a245 Mon Sep 17 00:00:00 2001
From: Heiko Becker <heirecka@exherbo.org>
Date: Wed, 25 Jan 2023 22:53:43 +0100
Subject: [PATCH] Include <stdint.h> for uint32_t

Fixes the build with gcc 13.

Change-Id: I932a61047d79418d86d14256aac1b2cbb9dbaf51
---
 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 7959da8bdcbc8..9797a17ea62df 100644
--- a/Source/ThirdParty/ANGLE/src/common/mathutil.h
+++ b/Source/ThirdParty/ANGLE/src/common/mathutil.h
@@ -14,6 +14,7 @@
 
 #include <limits>
 #include <algorithm>
+#include <stdint.h>
 #include <string.h>
 #include <stdlib.h>
 
openSUSE Build Service is sponsored by