summaryrefslogtreecommitdiff
path: root/deps/v8/src/heap/factory-inl.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/heap/factory-inl.h')
-rw-r--r--deps/v8/src/heap/factory-inl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/deps/v8/src/heap/factory-inl.h b/deps/v8/src/heap/factory-inl.h
index f707cd242d..25cbd06a7c 100644
--- a/deps/v8/src/heap/factory-inl.h
+++ b/deps/v8/src/heap/factory-inl.h
@@ -10,9 +10,12 @@
// Clients of this interface shouldn't depend on lots of heap internals.
// Do not include anything from src/heap here!
#include "src/handles-inl.h"
+#include "src/isolate-inl.h"
#include "src/objects-inl.h"
+#include "src/objects/feedback-cell.h"
#include "src/objects/heap-number-inl.h"
#include "src/objects/oddball.h"
+#include "src/objects/string-inl.h"
#include "src/string-hasher.h"
namespace v8 {