| Index: cc/base/random_access_list_container.h
|
| diff --git a/cc/base/random_access_list_container.h b/cc/base/random_access_list_container.h
|
| index b2baf3064d27e6938b6e3c5c93c70fd3223f8aac..34eb6990824762a76ba0dc6c18227e898f2712c1 100644
|
| --- a/cc/base/random_access_list_container.h
|
| +++ b/cc/base/random_access_list_container.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef CC_BASE_RANDOM_ACCESS_LIST_CONTAINER_H_
|
| #define CC_BASE_RANDOM_ACCESS_LIST_CONTAINER_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <vector>
|
|
|
| #include "base/logging.h"
|
|
|