Chromium Code Reviews| Index: third_party/WebKit/Source/platform/v8_inspector/V8HeapProfilerAgentImpl.h |
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8HeapProfilerAgentImpl.h b/third_party/WebKit/Source/platform/v8_inspector/V8HeapProfilerAgentImpl.h |
| index aeff2363b2ffbc77a9426b9963779c17441fb4a5..bc201afab9a604598bfdc4a43dc186ba79a86e99 100644 |
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8HeapProfilerAgentImpl.h |
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8HeapProfilerAgentImpl.h |
| @@ -9,6 +9,8 @@ |
| #include "platform/inspector_protocol/String16.h" |
| #include "platform/v8_inspector/protocol/HeapProfiler.h" |
| +#include <v8.h> |
| + |
| namespace blink { |
| class V8InspectorSessionImpl; |