File matched_filter_lag_aggregator-missing-unique_ptr.patch of Package nodejs-signal-ringrtc
--- webrtc-6723a/modules/audio_processing/aec3/matched_filter_lag_aggregator.h.orig 2024-11-07 10:11:45.984059529 +0100
+++ webrtc-6723a/modules/audio_processing/aec3/matched_filter_lag_aggregator.h 2024-11-07 11:51:10.778191789 +0100
@@ -11,6 +11,7 @@
#ifndef MODULES_AUDIO_PROCESSING_AEC3_MATCHED_FILTER_LAG_AGGREGATOR_H_
#define MODULES_AUDIO_PROCESSING_AEC3_MATCHED_FILTER_LAG_AGGREGATOR_H_
+#include <memory>
#include <optional>
#include <vector>