mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-15 05:32:26 +01:00
13 lines
365 B
Diff
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 {
|