aports/testing/electron/gwp-asan-include.patch
lauren n. liberda 5303e6b02f testing/electron: upgrade to 28.0.0
mostly backport of !56881
2023-12-10 21:41:08 +00:00

13 lines
365 B
Diff

--- a/components/gwp_asan/client/lightweight_detector.h
+++ b/components/gwp_asan/client/lightweight_detector.h
@@ -9,6 +9,9 @@
#include "components/gwp_asan/client/export.h"
#include "components/gwp_asan/common/lightweight_detector_state.h"
+#include <atomic>
+#include <memory>
+
namespace gwp_asan::internal {
class GWP_ASAN_EXPORT LightweightDetector {