MINGW-packages/mingw-w64-qtwebkit/0601-missing-include.patch
Christoph Reiter a26e17b24d qtwebkit: fix a missing include
there might be more issues..
2023-08-06 11:25:52 +02:00

11 lines
346 B
Diff

--- qtwebkit-5.212.0-alpha4/Source/ThirdParty/ANGLE/src/common/mathutil.h.orig 2023-08-06 11:22:46.582507400 +0200
+++ qtwebkit-5.212.0-alpha4/Source/ThirdParty/ANGLE/src/common/mathutil.h 2023-08-06 10:16:45.722158700 +0200
@@ -16,6 +16,7 @@
#include <algorithm>
#include <string.h>
#include <stdlib.h>
+#include <cstdint>
namespace gl
{