mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
qt5-webkit: fix missing include
This commit is contained in:
parent
f36d21c5a2
commit
5f16d7ce4b
1 changed files with 11 additions and 0 deletions
11
srcpkgs/qt5-webkit/patches/gcc13.patch
Normal file
11
srcpkgs/qt5-webkit/patches/gcc13.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
diff -rup mathutil.h.orig mathutil.h
|
||||
--- 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 <cstdint>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
Loading…
Add table
Reference in a new issue