| Index: base/memory/discardable_memory_allocator.h
|
| diff --git a/base/memory/discardable_memory_allocator.h b/base/memory/discardable_memory_allocator.h
|
| index 400f87aeee0d49f7b1699ac0d4ed420f2388ca45..ea7947e1ccfe003bdd28bb6a4bd56e82bde0e565 100644
|
| --- a/base/memory/discardable_memory_allocator.h
|
| +++ b/base/memory/discardable_memory_allocator.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef BASE_MEMORY_DISCARDABLE_MEMORY_ALLOCATOR_H_
|
| #define BASE_MEMORY_DISCARDABLE_MEMORY_ALLOCATOR_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include "base/base_export.h"
|
| #include "base/memory/scoped_ptr.h"
|
|
|
|
|