diff options
| author | Paul Zander <negril.nx+gentoo@gmail.com> | 2024-11-22 16:29:10 +0100 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-11-23 09:44:21 +0100 |
| commit | 35978829ce30dd940bec44fe69a8b1449359cf3e (patch) | |
| tree | 9b3aa215d70bfeff33c5f0ae97563b0806deff85 /dev-qt/qtwebengine/files | |
| parent | b1005f228041c499dcd216b4ef820ae08e48a761 (diff) | |
| download | gentoo-35978829ce30dd940bec44fe69a8b1449359cf3e.tar.gz gentoo-35978829ce30dd940bec44fe69a8b1449359cf3e.tar.bz2 gentoo-35978829ce30dd940bec44fe69a8b1449359cf3e.zip | |
dev-qt/qtwebengine: 5.15.14_p20240510 add missing cstdint
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-qt/qtwebengine/files')
| -rw-r--r-- | dev-qt/qtwebengine/files/qtwebengine-5.15.14_p20240510-gcc15-cstdint.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-qt/qtwebengine/files/qtwebengine-5.15.14_p20240510-gcc15-cstdint.patch b/dev-qt/qtwebengine/files/qtwebengine-5.15.14_p20240510-gcc15-cstdint.patch index 75c3bae60905..13dd63d7b9f6 100644 --- a/dev-qt/qtwebengine/files/qtwebengine-5.15.14_p20240510-gcc15-cstdint.patch +++ b/dev-qt/qtwebengine/files/qtwebengine-5.15.14_p20240510-gcc15-cstdint.patch @@ -158,3 +158,13 @@ #include <cstring> #include <memory> #include <string> +--- a/src/3rdparty/chromium/base/task/thread_pool.h ++++ b/src/3rdparty/chromium/base/task/thread_pool.h +@@ -5,6 +5,7 @@ + #ifndef BASE_TASK_THREAD_POOL_H_ + #define BASE_TASK_THREAD_POOL_H_ + ++#include <cstdint> + #include <memory> + #include <utility> + |
