| Index: webrtc/api/mediastreaminterface.h
|
| diff --git a/webrtc/api/mediastreaminterface.h b/webrtc/api/mediastreaminterface.h
|
| index eb51633e2baed7cc011667f99304db319d12b6d0..d7493a7d2941953fc93e2f65eb03fe86399e30e0 100644
|
| --- a/webrtc/api/mediastreaminterface.h
|
| +++ b/webrtc/api/mediastreaminterface.h
|
| @@ -17,10 +17,11 @@
|
| #ifndef WEBRTC_API_MEDIASTREAMINTERFACE_H_
|
| #define WEBRTC_API_MEDIASTREAMINTERFACE_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <string>
|
| #include <vector>
|
|
|
| -#include "webrtc/base/basictypes.h"
|
| #include "webrtc/base/refcount.h"
|
| #include "webrtc/base/scoped_ref_ptr.h"
|
| #include "webrtc/base/optional.h"
|
|
|