diff options
author | Chris Xiong <chirs241097@gmail.com> | 2023-09-14 13:41:33 -0400 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2023-09-14 13:41:33 -0400 |
commit | 53d44b2f32743e963a1f55f46a6894cb92b89e06 (patch) | |
tree | b5a5b6b46e12695d1348f1efe9e153e253f4bfed /www-client/chromium/files | |
parent | 028a4815851170e9df0e354dfe04ab91cffd0920 (diff) | |
download | ppo-53d44b2f32743e963a1f55f46a6894cb92b89e06.tar.xz |
iwyu 2
Diffstat (limited to 'www-client/chromium/files')
-rw-r--r-- | www-client/chromium/files/chromium-118-lightweight-detector-include.patch | 13 |
1 files changed, 13 insertions, 0 deletions
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 <atomic> ++ + namespace gwp_asan::internal { + + class GWP_ASAN_EXPORT LightweightDetector { |