| Index: third_party/WebKit/Source/platform/heap/Member.h
|
| diff --git a/third_party/WebKit/Source/platform/heap/Member.h b/third_party/WebKit/Source/platform/heap/Member.h
|
| index a5b8de7c0e2183e3c195ece1f19e446d70671540..3a607aba773efc0ffc76668a7dfef0f629b8bdea 100644
|
| --- a/third_party/WebKit/Source/platform/heap/Member.h
|
| +++ b/third_party/WebKit/Source/platform/heap/Member.h
|
| @@ -5,6 +5,7 @@
|
| #ifndef Member_h
|
| #define Member_h
|
|
|
| +#include "platform/heap/HeapPage.h"
|
| #include "platform/wtf/Allocator.h"
|
| #include "platform/wtf/HashFunctions.h"
|
| #include "platform/wtf/HashTraits.h"
|
|
|