| Index: cc/base/list_container_helper.h
|
| diff --git a/cc/base/list_container_helper.h b/cc/base/list_container_helper.h
|
| index 31b2310d49dd160441d311fab3d048f40e9a3d76..61ca25e8858e85691410ee62bd92ddd690cfc368 100644
|
| --- a/cc/base/list_container_helper.h
|
| +++ b/cc/base/list_container_helper.h
|
| @@ -5,6 +5,9 @@
|
| #ifndef CC_BASE_LIST_CONTAINER_HELPER_H_
|
| #define CC_BASE_LIST_CONTAINER_HELPER_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "cc/base/cc_export.h"
|
|
|
|
|