summaryrefslogtreecommitdiff
path: root/deps/v8/src/allocation-tracker.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/allocation-tracker.h')
-rw-r--r--deps/v8/src/allocation-tracker.h13
1 files changed, 11 insertions, 2 deletions
diff --git a/deps/v8/src/allocation-tracker.h b/deps/v8/src/allocation-tracker.h
index f3788b91a6..c409f2437b 100644
--- a/deps/v8/src/allocation-tracker.h
+++ b/deps/v8/src/allocation-tracker.h
@@ -7,12 +7,21 @@
#include <map>
+#include "include/v8-profiler.h"
+#include "src/handles.h"
+#include "src/hashmap.h"
+#include "src/list.h"
+#include "src/vector.h"
+
namespace v8 {
namespace internal {
-class HeapObjectsMap;
-
+// Forward declarations.
class AllocationTraceTree;
+class AllocationTracker;
+class HeapObjectsMap;
+class SharedFunctionInfo;
+class StringsStorage;
class AllocationTraceNode {
public: