| Index: webrtc/modules/remote_bitrate_estimator/test/bwe.cc
 | 
| diff --git a/webrtc/modules/remote_bitrate_estimator/test/bwe.cc b/webrtc/modules/remote_bitrate_estimator/test/bwe.cc
 | 
| index 5e282c6f087466628d542ab79c7bb0beebf9ed11..b21a269ec6b9f60fa29ac974e44a075d14a5f75f 100644
 | 
| --- a/webrtc/modules/remote_bitrate_estimator/test/bwe.cc
 | 
| +++ b/webrtc/modules/remote_bitrate_estimator/test/bwe.cc
 | 
| @@ -13,6 +13,7 @@
 | 
|  #include <limits>
 | 
|  
 | 
|  #include "webrtc/base/common.h"
 | 
| +#include "webrtc/base/constructormagic.h"
 | 
|  #include "webrtc/modules/remote_bitrate_estimator/test/estimators/nada.h"
 | 
|  #include "webrtc/modules/remote_bitrate_estimator/test/estimators/remb.h"
 | 
|  #include "webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.h"
 | 
| 
 |