]> git.pld-linux.org Git - packages/qt5-qtwebkit.git/blame - gcc13.patch
fix missing include for gcc 13 (from fedora)
[packages/qt5-qtwebkit.git] / gcc13.patch
CommitLineData
6a25ee79
JP
1diff -up qtwebkit-5.212.0-alpha4/Source/ThirdParty/ANGLE/src/common/mathutil.h.me qtwebkit-5.212.0-alpha4/Source/ThirdParty/ANGLE/src/common/mathutil.h
2--- qtwebkit-5.212.0-alpha4/Source/ThirdParty/ANGLE/src/common/mathutil.h.me 2023-02-20 15:40:04.045911245 +0100
3+++ qtwebkit-5.212.0-alpha4/Source/ThirdParty/ANGLE/src/common/mathutil.h 2023-02-20 15:40:39.038549787 +0100
4@@ -16,6 +16,7 @@
5 #include <algorithm>
6 #include <string.h>
7 #include <stdlib.h>
8+#include <cstdint>
9
10 namespace gl
11 {
This page took 0.081104 seconds and 4 git commands to generate.