| Index: webrtc/base/scopedptrcollection.h
|
| diff --git a/webrtc/base/scopedptrcollection.h b/webrtc/base/scopedptrcollection.h
|
| index cfdb6f967397ae1ad6f7a5e445c56af94433c485..a4be035695aade4fde4b97af83493eb2f2e96ed8 100644
|
| --- a/webrtc/base/scopedptrcollection.h
|
| +++ b/webrtc/base/scopedptrcollection.h
|
| @@ -14,10 +14,11 @@
|
| #ifndef WEBRTC_BASE_SCOPEDPTRCOLLECTION_H_
|
| #define WEBRTC_BASE_SCOPEDPTRCOLLECTION_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <algorithm>
|
| #include <vector>
|
|
|
| -#include "webrtc/base/basictypes.h"
|
| #include "webrtc/base/constructormagic.h"
|
|
|
| namespace rtc {
|
|
|