diff --git a/qt6-webengine.changes b/qt6-webengine.changes index 0321594..b771a0e 100644 --- a/qt6-webengine.changes +++ b/qt6-webengine.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Mar 28 22:20:44 UTC 2023 - Christophe Marin + +- Add upstream change: + * qtwebengine-gcc13.patch + ------------------------------------------------------------------- Thu Mar 16 10:00:12 UTC 2023 - Christophe Marin diff --git a/qt6-webengine.spec b/qt6-webengine.spec index ea695a4..bfc3376 100644 --- a/qt6-webengine.spec +++ b/qt6-webengine.spec @@ -50,6 +50,7 @@ URL: https://www.qt.io Source: https://download.qt.io/official_releases/qt/%{short_version}/%{real_version}%{tar_suffix}/submodules/%{tar_name}-%{real_version}%{tar_suffix}.tar.xz Source99: qt6-webengine-rpmlintrc # Patches 0-100 are upstream patches # +Patch0: qtwebengine-gcc13.patch # Patches 100-200 are openSUSE and/or non-upstream(able) patches # Patch100: rtc-dont-use-h264.patch # diff --git a/qtwebengine-gcc13.patch b/qtwebengine-gcc13.patch new file mode 100644 index 0000000..20cc140 --- /dev/null +++ b/qtwebengine-gcc13.patch @@ -0,0 +1,549 @@ +From 8bf8d12dc49a59c04e721553de49a5616ef8c47d Mon Sep 17 00:00:00 2001 +From: Martin Negyokru +Date: Fri, 3 Mar 2023 16:56:50 +0100 +Subject: [PATCH] Fixes for building with GCC-13 + +Fixes: QTBUG-111697 +Change-Id: I51fca3b3eb627b2617ff5c6c051fa1182671244d +Reviewed-on: https://codereview.qt-project.org/c/qt/qtwebengine-chromium/+/464490 +Reviewed-by: Allan Sandfeld Jensen +(cherry picked from commit 9de0d8a90d9b0176542db8b54d678a9fcbb69337) +Reviewed-on: https://codereview.qt-project.org/c/qt/qtwebengine-chromium/+/468197 +--- + src/3rdparty/chromium/base/debug/profiler.h | 1 + + src/3rdparty/chromium/base/debug/stack_trace.h | 1 + + src/3rdparty/chromium/cc/trees/target_property.cc | 2 ++ + src/3rdparty/chromium/components/metrics/psi_memory_parser.h | 2 ++ + .../components/viz/common/shared_element_resource_id.h | 1 + + .../content/public/browser/browsing_data_remover_delegate.h | 1 + + .../chromium/device/base/synchronization/one_writer_seqlock.h | 1 + + .../chromium/device/bluetooth/public/cpp/bluetooth_uuid.h | 1 + + src/3rdparty/chromium/extensions/common/constants.h | 2 ++ + .../extensions/renderer/bindings/api_invocation_errors.h | 1 + + src/3rdparty/chromium/gpu/config/gpu_feature_info.h | 1 + + src/3rdparty/chromium/net/base/parse_number.h | 2 ++ + src/3rdparty/chromium/net/cookies/cookie_inclusion_status.h | 1 + + .../quiche/src/quiche/quic/core/crypto/quic_hkdf.h | 1 + + .../quiche/src/quiche/quic/core/quic_connection_id.h | 1 + + src/3rdparty/chromium/pdf/document_attachment_info.h | 1 + + .../sandbox/linux/syscall_broker/broker_file_permission.h | 1 + + .../abseil-cpp/absl/strings/internal/str_format/extension.h | 1 + + .../chromium/third_party/angle/include/GLSLANG/ShaderVars.h | 1 + + .../blink/public/common/bluetooth/web_bluetooth_device_id.h | 1 + + .../public/common/origin_trials/origin_trial_public_key.h | 1 + + .../platform/graphics/paint/effect_paint_property_node.h | 2 +- + .../breakpad/src/client/linux/handler/minidump_descriptor.h | 1 + + .../chromium/third_party/dawn/src/dawn/native/CacheKey.h | 1 + + .../third_party/dawn/src/tint/reader/spirv/entry_point_info.h | 1 + + .../chromium/third_party/dawn/src/tint/reader/spirv/namer.h | 1 + + .../chromium/third_party/dawn/src/tint/reader/wgsl/token.h | 1 + + .../chromium/third_party/dawn/src/tint/writer/spirv/operand.h | 1 + + .../chromium/third_party/libgav1/src/src/utils/threadpool.cc | 1 + + .../chromium/third_party/pdfium/constants/annotation_flags.h | 2 ++ + .../third_party/perfetto/include/perfetto/ext/base/uuid.h | 1 + + .../trace_processor/importers/proto/proto_importer_module.h | 2 ++ + .../vulkan_memory_allocator/include/vk_mem_alloc.h | 4 ++++ + .../desktop_capture/linux/wayland/xdg_session_details.h | 1 + + .../third_party/webrtc/rtc_base/third_party/base64/base64.h | 1 + + src/3rdparty/chromium/ui/base/prediction/kalman_filter.h | 2 ++ + src/3rdparty/chromium/ui/events/types/scroll_types.h | 2 ++ + src/3rdparty/chromium/ui/gfx/geometry/linear_gradient.h | 1 + + src/3rdparty/chromium/v8/src/base/logging.h | 1 + + .../chromium/v8/src/inspector/v8-string-conversions.h | 1 + + 40 files changed, 51 insertions(+), 1 deletion(-) + +diff --git a/src/3rdparty/chromium/base/debug/profiler.h b/src/3rdparty/chromium/base/debug/profiler.h +index 1229e06..be6e272 100644 +--- a/src/3rdparty/chromium/base/debug/profiler.h ++++ b/src/3rdparty/chromium/base/debug/profiler.h +@@ -6,6 +6,7 @@ + #define BASE_DEBUG_PROFILER_H_ + + #include ++#include + + #include + +diff --git a/src/3rdparty/chromium/base/debug/stack_trace.h b/src/3rdparty/chromium/base/debug/stack_trace.h +index 60c3c5c..6c8021c 100644 +--- a/src/3rdparty/chromium/base/debug/stack_trace.h ++++ b/src/3rdparty/chromium/base/debug/stack_trace.h +@@ -7,6 +7,7 @@ + + #include + ++#include + #include + #include + +diff --git a/src/3rdparty/chromium/cc/trees/target_property.cc b/src/3rdparty/chromium/cc/trees/target_property.cc +index 96f8c3b..eba2b20 100644 +--- a/src/3rdparty/chromium/cc/trees/target_property.cc ++++ b/src/3rdparty/chromium/cc/trees/target_property.cc +@@ -2,6 +2,8 @@ + // Use of this source code is governed by a BSD-style license that can be + // found in the LICENSE file. + ++#include ++ + #include "cc/trees/target_property.h" + + #include "ui/gfx/animation/keyframe/target_property.h" +diff --git a/src/3rdparty/chromium/components/metrics/psi_memory_parser.h b/src/3rdparty/chromium/components/metrics/psi_memory_parser.h +index c1384dd..da6b5fd 100644 +--- a/src/3rdparty/chromium/components/metrics/psi_memory_parser.h ++++ b/src/3rdparty/chromium/components/metrics/psi_memory_parser.h +@@ -5,6 +5,8 @@ + #ifndef COMPONENTS_METRICS_PSI_MEMORY_PARSER_H_ + #define COMPONENTS_METRICS_PSI_MEMORY_PARSER_H_ + ++#include ++ + #include + + #include "base/gtest_prod_util.h" +diff --git a/src/3rdparty/chromium/components/viz/common/shared_element_resource_id.h b/src/3rdparty/chromium/components/viz/common/shared_element_resource_id.h +index 2aba73e..2e028fd 100644 +--- a/src/3rdparty/chromium/components/viz/common/shared_element_resource_id.h ++++ b/src/3rdparty/chromium/components/viz/common/shared_element_resource_id.h +@@ -5,6 +5,7 @@ + #ifndef COMPONENTS_VIZ_COMMON_SHARED_ELEMENT_RESOURCE_ID_H_ + #define COMPONENTS_VIZ_COMMON_SHARED_ELEMENT_RESOURCE_ID_H_ + ++#include + #include + #include + +diff --git a/src/3rdparty/chromium/content/public/browser/browsing_data_remover_delegate.h b/src/3rdparty/chromium/content/public/browser/browsing_data_remover_delegate.h +index 3069c85..f4614b7 100644 +--- a/src/3rdparty/chromium/content/public/browser/browsing_data_remover_delegate.h ++++ b/src/3rdparty/chromium/content/public/browser/browsing_data_remover_delegate.h +@@ -5,6 +5,7 @@ + #ifndef CONTENT_PUBLIC_BROWSER_BROWSING_DATA_REMOVER_DELEGATE_H_ + #define CONTENT_PUBLIC_BROWSER_BROWSING_DATA_REMOVER_DELEGATE_H_ + ++#include + #include + #include + #include "base/callback_forward.h" +diff --git a/src/3rdparty/chromium/device/base/synchronization/one_writer_seqlock.h b/src/3rdparty/chromium/device/base/synchronization/one_writer_seqlock.h +index 6a3eeda..5253013 100644 +--- a/src/3rdparty/chromium/device/base/synchronization/one_writer_seqlock.h ++++ b/src/3rdparty/chromium/device/base/synchronization/one_writer_seqlock.h +@@ -6,6 +6,7 @@ + #define DEVICE_BASE_SYNCHRONIZATION_ONE_WRITER_SEQLOCK_H_ + + #include ++#include + + #include "base/atomicops.h" + #include "base/check.h" +diff --git a/src/3rdparty/chromium/device/bluetooth/public/cpp/bluetooth_uuid.h b/src/3rdparty/chromium/device/bluetooth/public/cpp/bluetooth_uuid.h +index 3cf2914..4b05524 100644 +--- a/src/3rdparty/chromium/device/bluetooth/public/cpp/bluetooth_uuid.h ++++ b/src/3rdparty/chromium/device/bluetooth/public/cpp/bluetooth_uuid.h +@@ -5,6 +5,7 @@ + #ifndef DEVICE_BLUETOOTH_PUBLIC_CPP_BLUETOOTH_UUID_H_ + #define DEVICE_BLUETOOTH_PUBLIC_CPP_BLUETOOTH_UUID_H_ + ++#include + #include + #include + #include +diff --git a/src/3rdparty/chromium/extensions/common/constants.h b/src/3rdparty/chromium/extensions/common/constants.h +index 9ac68e2..fef102c 100644 +--- a/src/3rdparty/chromium/extensions/common/constants.h ++++ b/src/3rdparty/chromium/extensions/common/constants.h +@@ -5,6 +5,8 @@ + #ifndef EXTENSIONS_COMMON_CONSTANTS_H_ + #define EXTENSIONS_COMMON_CONSTANTS_H_ + ++#include ++ + #include "base/files/file_path.h" + #include "base/strings/string_piece_forward.h" + #include "build/chromeos_buildflags.h" +diff --git a/src/3rdparty/chromium/extensions/renderer/bindings/api_invocation_errors.h b/src/3rdparty/chromium/extensions/renderer/bindings/api_invocation_errors.h +index 4ba8de8..6352b90 100644 +--- a/src/3rdparty/chromium/extensions/renderer/bindings/api_invocation_errors.h ++++ b/src/3rdparty/chromium/extensions/renderer/bindings/api_invocation_errors.h +@@ -5,6 +5,7 @@ + #ifndef EXTENSIONS_RENDERER_BINDINGS_API_INVOCATION_ERRORS_H_ + #define EXTENSIONS_RENDERER_BINDINGS_API_INVOCATION_ERRORS_H_ + ++#include + #include + #include + +diff --git a/src/3rdparty/chromium/gpu/config/gpu_feature_info.h b/src/3rdparty/chromium/gpu/config/gpu_feature_info.h +index 027f1a5..70759b2 100644 +--- a/src/3rdparty/chromium/gpu/config/gpu_feature_info.h ++++ b/src/3rdparty/chromium/gpu/config/gpu_feature_info.h +@@ -5,6 +5,7 @@ + #ifndef GPU_CONFIG_GPU_FEATURE_INFO_H_ + #define GPU_CONFIG_GPU_FEATURE_INFO_H_ + ++#include + #include + #include + +diff --git a/src/3rdparty/chromium/net/base/parse_number.h b/src/3rdparty/chromium/net/base/parse_number.h +index 4e49ab7..8655ff1 100644 +--- a/src/3rdparty/chromium/net/base/parse_number.h ++++ b/src/3rdparty/chromium/net/base/parse_number.h +@@ -5,6 +5,8 @@ + #ifndef NET_BASE_PARSE_NUMBER_H_ + #define NET_BASE_PARSE_NUMBER_H_ + ++#include ++ + #include "base/strings/string_piece.h" + #include "net/base/net_export.h" + +diff --git a/src/3rdparty/chromium/net/cookies/cookie_inclusion_status.h b/src/3rdparty/chromium/net/cookies/cookie_inclusion_status.h +index 2e9c319..4d723d1 100644 +--- a/src/3rdparty/chromium/net/cookies/cookie_inclusion_status.h ++++ b/src/3rdparty/chromium/net/cookies/cookie_inclusion_status.h +@@ -6,6 +6,7 @@ + #define NET_COOKIES_COOKIE_INCLUSION_STATUS_H_ + + #include ++#include + #include + #include + #include +diff --git a/src/3rdparty/chromium/net/third_party/quiche/src/quiche/quic/core/crypto/quic_hkdf.h b/src/3rdparty/chromium/net/third_party/quiche/src/quiche/quic/core/crypto/quic_hkdf.h +index 6a300ed..3e30f1c 100644 +--- a/src/3rdparty/chromium/net/third_party/quiche/src/quiche/quic/core/crypto/quic_hkdf.h ++++ b/src/3rdparty/chromium/net/third_party/quiche/src/quiche/quic/core/crypto/quic_hkdf.h +@@ -5,6 +5,7 @@ + #ifndef QUICHE_QUIC_CORE_CRYPTO_QUIC_HKDF_H_ + #define QUICHE_QUIC_CORE_CRYPTO_QUIC_HKDF_H_ + ++#include + #include + + #include "absl/strings/string_view.h" +diff --git a/src/3rdparty/chromium/net/third_party/quiche/src/quiche/quic/core/quic_connection_id.h b/src/3rdparty/chromium/net/third_party/quiche/src/quiche/quic/core/quic_connection_id.h +index 52f1501..db4d310 100644 +--- a/src/3rdparty/chromium/net/third_party/quiche/src/quiche/quic/core/quic_connection_id.h ++++ b/src/3rdparty/chromium/net/third_party/quiche/src/quiche/quic/core/quic_connection_id.h +@@ -5,6 +5,7 @@ + #ifndef QUICHE_QUIC_CORE_QUIC_CONNECTION_ID_H_ + #define QUICHE_QUIC_CORE_QUIC_CONNECTION_ID_H_ + ++#include + #include + #include + +diff --git a/src/3rdparty/chromium/pdf/document_attachment_info.h b/src/3rdparty/chromium/pdf/document_attachment_info.h +index 138ca2e..08f06e7 100644 +--- a/src/3rdparty/chromium/pdf/document_attachment_info.h ++++ b/src/3rdparty/chromium/pdf/document_attachment_info.h +@@ -5,6 +5,7 @@ + #ifndef PDF_DOCUMENT_ATTACHMENT_INFO_H_ + #define PDF_DOCUMENT_ATTACHMENT_INFO_H_ + ++#include + #include + + +diff --git a/src/3rdparty/chromium/sandbox/linux/syscall_broker/broker_file_permission.h b/src/3rdparty/chromium/sandbox/linux/syscall_broker/broker_file_permission.h +index 0aad3ac..3571b8a 100644 +--- a/src/3rdparty/chromium/sandbox/linux/syscall_broker/broker_file_permission.h ++++ b/src/3rdparty/chromium/sandbox/linux/syscall_broker/broker_file_permission.h +@@ -6,6 +6,7 @@ + #define SANDBOX_LINUX_SYSCALL_BROKER_BROKER_FILE_PERMISSION_H_ + + #include ++#include + #include + + #include "sandbox/sandbox_export.h" +diff --git a/src/3rdparty/chromium/third_party/abseil-cpp/absl/strings/internal/str_format/extension.h b/src/3rdparty/chromium/third_party/abseil-cpp/absl/strings/internal/str_format/extension.h +index c47536d..55e8ac8 100644 +--- a/src/3rdparty/chromium/third_party/abseil-cpp/absl/strings/internal/str_format/extension.h ++++ b/src/3rdparty/chromium/third_party/abseil-cpp/absl/strings/internal/str_format/extension.h +@@ -19,6 +19,7 @@ + #include + + #include ++#include + #include + #include + +diff --git a/src/3rdparty/chromium/third_party/angle/include/GLSLANG/ShaderVars.h b/src/3rdparty/chromium/third_party/angle/include/GLSLANG/ShaderVars.h +index 18175e1..9edfd8f 100644 +--- a/src/3rdparty/chromium/third_party/angle/include/GLSLANG/ShaderVars.h ++++ b/src/3rdparty/chromium/third_party/angle/include/GLSLANG/ShaderVars.h +@@ -12,6 +12,7 @@ + + #include + #include ++#include + #include + #include + +diff --git a/src/3rdparty/chromium/third_party/blink/public/common/bluetooth/web_bluetooth_device_id.h b/src/3rdparty/chromium/third_party/blink/public/common/bluetooth/web_bluetooth_device_id.h +index 1fc53a3..3143003 100644 +--- a/src/3rdparty/chromium/third_party/blink/public/common/bluetooth/web_bluetooth_device_id.h ++++ b/src/3rdparty/chromium/third_party/blink/public/common/bluetooth/web_bluetooth_device_id.h +@@ -6,6 +6,7 @@ + #define THIRD_PARTY_BLINK_PUBLIC_COMMON_BLUETOOTH_WEB_BLUETOOTH_DEVICE_ID_H_ + + #include ++#include + #include + + #include "third_party/blink/public/common/common_export.h" +diff --git a/src/3rdparty/chromium/third_party/blink/public/common/origin_trials/origin_trial_public_key.h b/src/3rdparty/chromium/third_party/blink/public/common/origin_trials/origin_trial_public_key.h +index c63049b..82b2783 100644 +--- a/src/3rdparty/chromium/third_party/blink/public/common/origin_trials/origin_trial_public_key.h ++++ b/src/3rdparty/chromium/third_party/blink/public/common/origin_trials/origin_trial_public_key.h +@@ -6,6 +6,7 @@ + #define THIRD_PARTY_BLINK_PUBLIC_COMMON_ORIGIN_TRIALS_ORIGIN_TRIAL_PUBLIC_KEY_H_ + + #include ++#include + + namespace blink { + +diff --git a/src/3rdparty/chromium/third_party/blink/renderer/platform/graphics/paint/effect_paint_property_node.h b/src/3rdparty/chromium/third_party/blink/renderer/platform/graphics/paint/effect_paint_property_node.h +index 80b3150..dc14d2c 100644 +--- a/src/3rdparty/chromium/third_party/blink/renderer/platform/graphics/paint/effect_paint_property_node.h ++++ b/src/3rdparty/chromium/third_party/blink/renderer/platform/graphics/paint/effect_paint_property_node.h +@@ -116,7 +116,7 @@ class PLATFORM_EXPORT EffectPaintPropertyNode + + // An identifier for a document transition shared element. `id.valid()` + // returns true if this has been set, and false otherwise. +- DocumentTransitionSharedElementId document_transition_shared_element_id; ++ blink::DocumentTransitionSharedElementId document_transition_shared_element_id; + + // An identifier to tag shared element resources generated and cached in the + // Viz process. This generated resource can be used as content for other +diff --git a/src/3rdparty/chromium/third_party/breakpad/breakpad/src/client/linux/handler/minidump_descriptor.h b/src/3rdparty/chromium/third_party/breakpad/breakpad/src/client/linux/handler/minidump_descriptor.h +index c7e4f2b..e491a1f 100644 +--- a/src/3rdparty/chromium/third_party/breakpad/breakpad/src/client/linux/handler/minidump_descriptor.h ++++ b/src/3rdparty/chromium/third_party/breakpad/breakpad/src/client/linux/handler/minidump_descriptor.h +@@ -33,6 +33,7 @@ + #include + #include + ++#include + #include + + #include "client/linux/handler/microdump_extra_info.h" +diff --git a/src/3rdparty/chromium/third_party/dawn/src/dawn/native/CacheKey.h b/src/3rdparty/chromium/third_party/dawn/src/dawn/native/CacheKey.h +index 2d58d76..a0e0216 100644 +--- a/src/3rdparty/chromium/third_party/dawn/src/dawn/native/CacheKey.h ++++ b/src/3rdparty/chromium/third_party/dawn/src/dawn/native/CacheKey.h +@@ -19,6 +19,7 @@ + #include "dawn/common/ityp_array.h" + + #include ++#include + #include + #include + #include +diff --git a/src/3rdparty/chromium/third_party/dawn/src/tint/reader/spirv/entry_point_info.h b/src/3rdparty/chromium/third_party/dawn/src/tint/reader/spirv/entry_point_info.h +index 374bd83..0884eb2 100644 +--- a/src/3rdparty/chromium/third_party/dawn/src/tint/reader/spirv/entry_point_info.h ++++ b/src/3rdparty/chromium/third_party/dawn/src/tint/reader/spirv/entry_point_info.h +@@ -15,6 +15,7 @@ + #ifndef SRC_TINT_READER_SPIRV_ENTRY_POINT_INFO_H_ + #define SRC_TINT_READER_SPIRV_ENTRY_POINT_INFO_H_ + ++#include + #include + #include + +diff --git a/src/3rdparty/chromium/third_party/dawn/src/tint/reader/spirv/namer.h b/src/3rdparty/chromium/third_party/dawn/src/tint/reader/spirv/namer.h +index fa5fc3a..6cec934 100644 +--- a/src/3rdparty/chromium/third_party/dawn/src/tint/reader/spirv/namer.h ++++ b/src/3rdparty/chromium/third_party/dawn/src/tint/reader/spirv/namer.h +@@ -15,6 +15,7 @@ + #ifndef SRC_TINT_READER_SPIRV_NAMER_H_ + #define SRC_TINT_READER_SPIRV_NAMER_H_ + ++#include + #include + #include + #include +diff --git a/src/3rdparty/chromium/third_party/dawn/src/tint/reader/wgsl/token.h b/src/3rdparty/chromium/third_party/dawn/src/tint/reader/wgsl/token.h +index 7b5b675..62b1ca7 100644 +--- a/src/3rdparty/chromium/third_party/dawn/src/tint/reader/wgsl/token.h ++++ b/src/3rdparty/chromium/third_party/dawn/src/tint/reader/wgsl/token.h +@@ -15,6 +15,7 @@ + #ifndef SRC_TINT_READER_WGSL_TOKEN_H_ + #define SRC_TINT_READER_WGSL_TOKEN_H_ + ++#include + #include + #include + #include // NOLINT: cpplint doesn't recognise this +diff --git a/src/3rdparty/chromium/third_party/dawn/src/tint/writer/spirv/operand.h b/src/3rdparty/chromium/third_party/dawn/src/tint/writer/spirv/operand.h +index 46a5deb..4c3080f 100644 +--- a/src/3rdparty/chromium/third_party/dawn/src/tint/writer/spirv/operand.h ++++ b/src/3rdparty/chromium/third_party/dawn/src/tint/writer/spirv/operand.h +@@ -15,6 +15,7 @@ + #ifndef SRC_TINT_WRITER_SPIRV_OPERAND_H_ + #define SRC_TINT_WRITER_SPIRV_OPERAND_H_ + ++#include + #include + #include + +diff --git a/src/3rdparty/chromium/third_party/libgav1/src/src/utils/threadpool.cc b/src/3rdparty/chromium/third_party/libgav1/src/src/utils/threadpool.cc +index a3099e1..4072cfb 100644 +--- a/src/3rdparty/chromium/third_party/libgav1/src/src/utils/threadpool.cc ++++ b/src/3rdparty/chromium/third_party/libgav1/src/src/utils/threadpool.cc +@@ -23,6 +23,7 @@ + #if defined(__ANDROID__) || defined(__GLIBC__) + #include + #include ++#include + #endif + #include + #include +diff --git a/src/3rdparty/chromium/third_party/pdfium/constants/annotation_flags.h b/src/3rdparty/chromium/third_party/pdfium/constants/annotation_flags.h +index d2731da..46bc87e 100644 +--- a/src/3rdparty/chromium/third_party/pdfium/constants/annotation_flags.h ++++ b/src/3rdparty/chromium/third_party/pdfium/constants/annotation_flags.h +@@ -5,6 +5,8 @@ + #ifndef CONSTANTS_ANNOTATION_FLAGS_H_ + #define CONSTANTS_ANNOTATION_FLAGS_H_ + ++#include ++ + namespace pdfium { + namespace annotation_flags { + +diff --git a/src/3rdparty/chromium/third_party/perfetto/include/perfetto/ext/base/uuid.h b/src/3rdparty/chromium/third_party/perfetto/include/perfetto/ext/base/uuid.h +index 1b4c538..472042f 100644 +--- a/src/3rdparty/chromium/third_party/perfetto/include/perfetto/ext/base/uuid.h ++++ b/src/3rdparty/chromium/third_party/perfetto/include/perfetto/ext/base/uuid.h +@@ -18,6 +18,7 @@ + #define INCLUDE_PERFETTO_EXT_BASE_UUID_H_ + + #include ++#include + #include + + #include "perfetto/ext/base/optional.h" +diff --git a/src/3rdparty/chromium/third_party/perfetto/src/trace_processor/importers/proto/proto_importer_module.h b/src/3rdparty/chromium/third_party/perfetto/src/trace_processor/importers/proto/proto_importer_module.h +index c56f034..bc2386e 100644 +--- a/src/3rdparty/chromium/third_party/perfetto/src/trace_processor/importers/proto/proto_importer_module.h ++++ b/src/3rdparty/chromium/third_party/perfetto/src/trace_processor/importers/proto/proto_importer_module.h +@@ -17,6 +17,8 @@ + #ifndef SRC_TRACE_PROCESSOR_IMPORTERS_PROTO_PROTO_IMPORTER_MODULE_H_ + #define SRC_TRACE_PROCESSOR_IMPORTERS_PROTO_PROTO_IMPORTER_MODULE_H_ + ++#include ++ + #include "perfetto/ext/base/optional.h" + #include "perfetto/trace_processor/status.h" + +diff --git a/src/3rdparty/chromium/third_party/vulkan_memory_allocator/include/vk_mem_alloc.h b/src/3rdparty/chromium/third_party/vulkan_memory_allocator/include/vk_mem_alloc.h +index b7c586b..9e073d4 100644 +--- a/src/3rdparty/chromium/third_party/vulkan_memory_allocator/include/vk_mem_alloc.h ++++ b/src/3rdparty/chromium/third_party/vulkan_memory_allocator/include/vk_mem_alloc.h +@@ -2393,6 +2393,10 @@ VMA_CALL_PRE void VMA_CALL_POST vmaFreeVirtualBlockStatsString(VmaVirtualBlock V + #include + #include + ++#if VMA_STATS_STRING_ENABLED ++#include ++#endif // VMA_STATS_STRING_ENABLED ++ + #if VMA_RECORDING_ENABLED + #include + #if defined(_WIN32) +diff --git a/src/3rdparty/chromium/third_party/webrtc/modules/desktop_capture/linux/wayland/xdg_session_details.h b/src/3rdparty/chromium/third_party/webrtc/modules/desktop_capture/linux/wayland/xdg_session_details.h +index b70ac4a..7ba5555 100644 +--- a/src/3rdparty/chromium/third_party/webrtc/modules/desktop_capture/linux/wayland/xdg_session_details.h ++++ b/src/3rdparty/chromium/third_party/webrtc/modules/desktop_capture/linux/wayland/xdg_session_details.h +@@ -13,6 +13,7 @@ + + #include + ++#include + #include + + namespace webrtc { +diff --git a/src/3rdparty/chromium/third_party/webrtc/rtc_base/third_party/base64/base64.h b/src/3rdparty/chromium/third_party/webrtc/rtc_base/third_party/base64/base64.h +index ca24954..534214d 100644 +--- a/src/3rdparty/chromium/third_party/webrtc/rtc_base/third_party/base64/base64.h ++++ b/src/3rdparty/chromium/third_party/webrtc/rtc_base/third_party/base64/base64.h +@@ -12,6 +12,7 @@ + #ifndef RTC_BASE_THIRD_PARTY_BASE64_BASE64_H_ + #define RTC_BASE_THIRD_PARTY_BASE64_BASE64_H_ + ++#include + #include + #include + +diff --git a/src/3rdparty/chromium/ui/base/prediction/kalman_filter.h b/src/3rdparty/chromium/ui/base/prediction/kalman_filter.h +index 5a0047b..6a76850 100644 +--- a/src/3rdparty/chromium/ui/base/prediction/kalman_filter.h ++++ b/src/3rdparty/chromium/ui/base/prediction/kalman_filter.h +@@ -5,6 +5,8 @@ + #ifndef UI_BASE_PREDICTION_KALMAN_FILTER_H_ + #define UI_BASE_PREDICTION_KALMAN_FILTER_H_ + ++#include ++ + #include "base/component_export.h" + #include "ui/gfx/geometry/matrix3_f.h" + +diff --git a/src/3rdparty/chromium/ui/events/types/scroll_types.h b/src/3rdparty/chromium/ui/events/types/scroll_types.h +index 7ff15f0..136cebc 100644 +--- a/src/3rdparty/chromium/ui/events/types/scroll_types.h ++++ b/src/3rdparty/chromium/ui/events/types/scroll_types.h +@@ -5,6 +5,8 @@ + #ifndef UI_EVENTS_TYPES_SCROLL_TYPES_H_ + #define UI_EVENTS_TYPES_SCROLL_TYPES_H_ + ++#include ++ + namespace ui { + + enum class ScrollGranularity : uint8_t { +diff --git a/src/3rdparty/chromium/ui/gfx/geometry/linear_gradient.h b/src/3rdparty/chromium/ui/gfx/geometry/linear_gradient.h +index 1ad025f..bb74ea3 100644 +--- a/src/3rdparty/chromium/ui/gfx/geometry/linear_gradient.h ++++ b/src/3rdparty/chromium/ui/gfx/geometry/linear_gradient.h +@@ -6,6 +6,7 @@ + #define UI_GFX_LINEAR_GRADIENT_H_ + + #include ++#include + #include + + #include "ui/gfx/geometry/geometry_skia_export.h" +diff --git a/src/3rdparty/chromium/v8/src/base/logging.h b/src/3rdparty/chromium/v8/src/base/logging.h +index fdac44e..a752dba 100644 +--- a/src/3rdparty/chromium/v8/src/base/logging.h ++++ b/src/3rdparty/chromium/v8/src/base/logging.h +@@ -5,6 +5,7 @@ + #ifndef V8_BASE_LOGGING_H_ + #define V8_BASE_LOGGING_H_ + ++#include + #include + #include + #include +diff --git a/src/3rdparty/chromium/v8/src/inspector/v8-string-conversions.h b/src/3rdparty/chromium/v8/src/inspector/v8-string-conversions.h +index c1d69c1..eb33c68 100644 +--- a/src/3rdparty/chromium/v8/src/inspector/v8-string-conversions.h ++++ b/src/3rdparty/chromium/v8/src/inspector/v8-string-conversions.h +@@ -5,6 +5,7 @@ + #ifndef V8_INSPECTOR_V8_STRING_CONVERSIONS_H_ + #define V8_INSPECTOR_V8_STRING_CONVERSIONS_H_ + ++#include + #include + + // Conversion routines between UT8 and UTF16, used by string-16.{h,cc}. You may +-- +2.40.0 +