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}
This commit is contained in:
Jesús de Vicente Peña 2019-01-29 10:37:27 +01:00 committed by Commit Bot
parent 68d6d44197
commit e5ccf5fe5b

View File

@ -17,6 +17,7 @@
#include <string> #include <string>
#if WEBRTC_APM_DEBUG_DUMP == 1 #if WEBRTC_APM_DEBUG_DUMP == 1
#include <memory>
#include <unordered_map> #include <unordered_map>
#endif #endif