diff options
Diffstat (limited to 'chromium/v8/src/heap/local-allocator.h')
| -rw-r--r-- | chromium/v8/src/heap/local-allocator.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chromium/v8/src/heap/local-allocator.h b/chromium/v8/src/heap/local-allocator.h index ba8cd2e610b..9e4d5f688cb 100644 --- a/chromium/v8/src/heap/local-allocator.h +++ b/chromium/v8/src/heap/local-allocator.h @@ -7,6 +7,8 @@ #include "src/common/globals.h" #include "src/heap/heap.h" +#include "src/heap/new-spaces.h" +#include "src/heap/paged-spaces.h" #include "src/heap/spaces.h" namespace v8 { |
