| Index: webrtc/audio/audio_send_stream_unittest.cc
|
| diff --git a/webrtc/audio/audio_send_stream_unittest.cc b/webrtc/audio/audio_send_stream_unittest.cc
|
| index eed97c7fa0f2015a5256a7ac2ef05327b32dd44b..8dc6da7a8232ca5a37b90be6665a62e091e6c608 100644
|
| --- a/webrtc/audio/audio_send_stream_unittest.cc
|
| +++ b/webrtc/audio/audio_send_stream_unittest.cc
|
| @@ -8,6 +8,9 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| +#include <string>
|
| +#include <vector>
|
| +
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| #include "webrtc/audio/audio_send_stream.h"
|
|
|