| Index: webrtc/modules/audio_coding/acm2/rent_a_codec_unittest.cc
|
| diff --git a/webrtc/modules/audio_coding/acm2/rent_a_codec_unittest.cc b/webrtc/modules/audio_coding/acm2/rent_a_codec_unittest.cc
|
| index cbdd5e97288ca70b2191422604e6c61ad3f110b2..d0a94cf2d268f3bc57083eb7e746456524843864 100644
|
| --- a/webrtc/modules/audio_coding/acm2/rent_a_codec_unittest.cc
|
| +++ b/webrtc/modules/audio_coding/acm2/rent_a_codec_unittest.cc
|
| @@ -8,6 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| +#include <memory>
|
| +
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "webrtc/base/arraysize.h"
|
| #include "webrtc/modules/audio_coding/codecs/mock/mock_audio_encoder.h"
|
|
|