commit | e5ccf5fe5bc7466e4be6802587dadb97924f7319 | [log] [tgz] |
---|---|---|
author | Jesús de Vicente Peña <devicentepena@webrtc.org> | Tue Jan 29 10:37:27 2019 +0100 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Jan 29 11:32:20 2019 +0000 |
tree | 37ef5a272438fb6b64a8112268559368c91971b0 | |
parent | 68d6d441976db43d5bf44a8f1bdaf218edd78380 [diff] [blame] |
APM: adding a missing header when dumping files in APM Change-Id: Ife8d45179354a1dd7525175e11a6016af2777910 Bug: webrtc:10255 Reviewed-on: https://webrtc-review.googlesource.com/c/120345 Reviewed-by: Per Åhgren <peah@webrtc.org> Commit-Queue: Jesus de Vicente Pena <devicentepena@webrtc.org> Cr-Commit-Position: refs/heads/master@{#26444}
diff --git a/modules/audio_processing/logging/apm_data_dumper.h b/modules/audio_processing/logging/apm_data_dumper.h index 001fbf7..92adf86 100644 --- a/modules/audio_processing/logging/apm_data_dumper.h +++ b/modules/audio_processing/logging/apm_data_dumper.h
@@ -17,6 +17,7 @@ #include <string> #if WEBRTC_APM_DEBUG_DUMP == 1 +#include <memory> #include <unordered_map> #endif