blob: fd4b08dbc8e60aadf22c06c9ee86b50da87f4a2b (
plain)
1
2
3
4
5
6
7
8
9
10
|
Patch status: fixed in Qt 6.10.0
https://bugs.gentoo.org/963965
https://crrev.com/9601031014144758140fd38a942bce4090ce5c31
--- a/src/3rdparty/chromium/extensions/common/stack_frame.h
+++ b/src/3rdparty/chromium/extensions/common/stack_frame.h
@@ -8,2 +8,3 @@
#include <stddef.h>
+#include <stdint.h>
|