Chromium Code Reviews| Index: src/heap-profiler.h |
| diff --git a/src/heap-profiler.h b/src/heap-profiler.h |
| index c615942bf73e2074b37c3e81c37ec9182c59cc28..d6f26505cd96cfbcdcbcca0ce5d0f7648646bc0e 100644 |
| --- a/src/heap-profiler.h |
| +++ b/src/heap-profiler.h |
| @@ -28,6 +28,8 @@ |
| #ifndef V8_HEAP_PROFILER_H_ |
| #define V8_HEAP_PROFILER_H_ |
| +#include "zone.h" |
| + |
| namespace v8 { |
| namespace internal { |