Chromium Code Reviews| Index: src/heap/objects-visiting.h |
| diff --git a/src/heap/objects-visiting.h b/src/heap/objects-visiting.h |
| index 953d89681bb3ddbd62b5a6aec68d92c5d6bdda96..03dcf757f32b2ce5f616f678afc1b4d07b37cc2b 100644 |
| --- a/src/heap/objects-visiting.h |
| +++ b/src/heap/objects-visiting.h |
| @@ -6,6 +6,7 @@ |
| #define V8_OBJECTS_VISITING_H_ |
| #include "src/allocation.h" |
| +#include "src/heap/spaces.h" |
| #include "src/layout-descriptor.h" |
| // This file provides base classes and auxiliary methods for defining |