aports/community/chromium/gwp-asan-include.patch
2023-10-21 12:26:18 +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 {