Index: webrtc/common_audio/vad/vad.cc |
diff --git a/webrtc/common_audio/vad/vad.cc b/webrtc/common_audio/vad/vad.cc |
index 99d6ffeee66ebeafaff039669c473932a7ba4ec2..171512ce461c39e213096a1ba1d0a8546869fa10 100644 |
--- a/webrtc/common_audio/vad/vad.cc |
+++ b/webrtc/common_audio/vad/vad.cc |
@@ -8,6 +8,8 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
+#include <memory> |
hlundin-webrtc
2016/02/22 08:55:17
memory is already included in common_audio/vad/inc
kwiberg-webrtc
2016/02/22 14:06:42
Right, my script missed that because the .h file i
|
+ |
#include "webrtc/common_audio/vad/include/vad.h" |
#include "webrtc/base/checks.h" |