From 53d44b2f32743e963a1f55f46a6894cb92b89e06 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Thu, 14 Sep 2023 13:41:33 -0400 Subject: iwyu 2 --- .../files/chromium-118-lightweight-detector-include.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 www-client/chromium/files/chromium-118-lightweight-detector-include.patch (limited to 'www-client/chromium/files') diff --git a/www-client/chromium/files/chromium-118-lightweight-detector-include.patch b/www-client/chromium/files/chromium-118-lightweight-detector-include.patch new file mode 100644 index 0000000..9324bc3 --- /dev/null +++ b/www-client/chromium/files/chromium-118-lightweight-detector-include.patch @@ -0,0 +1,13 @@ +diff --git a/components/gwp_asan/client/lightweight_detector.h b/components/gwp_asan/client/lightweight_detector.h +index 44b09d769..91dc2392c 100644 +--- a/components/gwp_asan/client/lightweight_detector.h ++++ b/components/gwp_asan/client/lightweight_detector.h +@@ -9,6 +9,8 @@ + #include "components/gwp_asan/client/export.h" + #include "components/gwp_asan/common/lightweight_detector_state.h" + ++#include ++ + namespace gwp_asan::internal { + + class GWP_ASAN_EXPORT LightweightDetector { -- cgit v1.2.3