summaryrefslogtreecommitdiff
path: root/www-client/chromium/files/chromium-118-lightweight-detector-include.patch
blob: 9324bc3a8809dde821ee466a3045dcd270ba4a68 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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 {