| Index: base/memory/ref_counted_memory.h
|
| diff --git a/base/memory/ref_counted_memory.h b/base/memory/ref_counted_memory.h
|
| index 66dc65ff425cfd7f34dfba2a372ab5ef974fa3b5..2b0dae5ddf792dcb809495364423e990fca5b8b3 100644
|
| --- a/base/memory/ref_counted_memory.h
|
| +++ b/base/memory/ref_counted_memory.h
|
| @@ -5,11 +5,14 @@
|
| #ifndef BASE_MEMORY_REF_COUNTED_MEMORY_H_
|
| #define BASE_MEMORY_REF_COUNTED_MEMORY_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <string>
|
| #include <vector>
|
|
|
| #include "base/base_export.h"
|
| #include "base/compiler_specific.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
|
|
| namespace base {
|
|
|