summaryrefslogtreecommitdiff
path: root/dev-qt/qtwebengine/files/qtwebengine-5.15.9_p20230404-gcc-13.patch
blob: af925558b1f724596e87e71677c2ab6f1e58ace1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
This is on top of the GCC 13 patches in our patchset.

https://bugs.gentoo.org/904342
--- a/src/3rdparty/chromium/third_party/blink/renderer/platform/graphics/dark_mode_types.h
+++ b/src/3rdparty/chromium/third_party/blink/renderer/platform/graphics/dark_mode_types.h
@@ -7,6 +7,8 @@
 
 namespace blink {
 
+#include <cstdint>
+
 enum class DarkModeResult : uint8_t {
   kDoNotApplyFilter,
   kApplyFilter,