| Index: webrtc/modules/remote_bitrate_estimator/test/bwe.h
|
| diff --git a/webrtc/modules/remote_bitrate_estimator/test/bwe.h b/webrtc/modules/remote_bitrate_estimator/test/bwe.h
|
| index ef9b3149d772b041f9d039367e22f3b9dfd14d0e..8d29de261922d8d664d1f1df1ef63663245966b7 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/test/bwe.h
|
| +++ b/webrtc/modules/remote_bitrate_estimator/test/bwe.h
|
| @@ -11,7 +11,10 @@
|
| #ifndef WEBRTC_MODULES_REMOTE_BITRATE_ESTIMATOR_TEST_BWE_H_
|
| #define WEBRTC_MODULES_REMOTE_BITRATE_ESTIMATOR_TEST_BWE_H_
|
|
|
| +#include <list>
|
| +#include <map>
|
| #include <sstream>
|
| +#include <string>
|
|
|
| #include "webrtc/test/testsupport/gtest_prod_util.h"
|
| #include "webrtc/modules/remote_bitrate_estimator/test/packet.h"
|
|
|