Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:kill_it:daw
libqt5-qtwebkit
Include-stdint.h-for-uint32_t.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
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>
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor