| Index: webrtc/pc/currentspeakermonitor.cc
|
| diff --git a/webrtc/pc/currentspeakermonitor.cc b/webrtc/pc/currentspeakermonitor.cc
|
| index bbb33e3143c6cc21eab60ded40e4ea35fdbc276b..e84aa828a1be3beb027c77271160b8bb99e0cfb0 100644
|
| --- a/webrtc/pc/currentspeakermonitor.cc
|
| +++ b/webrtc/pc/currentspeakermonitor.cc
|
| @@ -10,6 +10,8 @@
|
|
|
| #include "webrtc/pc/currentspeakermonitor.h"
|
|
|
| +#include <vector>
|
| +
|
| #include "webrtc/base/logging.h"
|
| #include "webrtc/media/base/streamparams.h"
|
| #include "webrtc/pc/audiomonitor.h"
|
|
|