From e5ccf5fe5bc7466e4be6802587dadb97924f7319 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20de=20Vicente=20Pe=C3=B1a?= Date: Tue, 29 Jan 2019 10:37:27 +0100 Subject: [PATCH] APM: adding a missing header when dumping files in APM MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ife8d45179354a1dd7525175e11a6016af2777910 Bug: webrtc:10255 Reviewed-on: https://webrtc-review.googlesource.com/c/120345 Reviewed-by: Per Ã…hgren Commit-Queue: Jesus de Vicente Pena Cr-Commit-Position: refs/heads/master@{#26444} --- modules/audio_processing/logging/apm_data_dumper.h | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/audio_processing/logging/apm_data_dumper.h b/modules/audio_processing/logging/apm_data_dumper.h index 001fbf796e..92adf86492 100644 --- a/modules/audio_processing/logging/apm_data_dumper.h +++ b/modules/audio_processing/logging/apm_data_dumper.h @@ -17,6 +17,7 @@ #include #if WEBRTC_APM_DEBUG_DUMP == 1 +#include #include #endif