Index: src/compiler/js-operator.h |
diff --git a/src/compiler/js-operator.h b/src/compiler/js-operator.h |
index 3eac64dacc81d8e5b14fcb436ea0979a61e68da7..7a70e1d0c9baa4dc81dfe715d9cc9daaa91a96c6 100644 |
--- a/src/compiler/js-operator.h |
+++ b/src/compiler/js-operator.h |
@@ -7,14 +7,18 @@ |
#include "src/base/compiler-specific.h" |
#include "src/globals.h" |
+#include "src/handles.h" |
#include "src/runtime/runtime.h" |
#include "src/type-hints.h" |
namespace v8 { |
namespace internal { |
+class AllocationSite; |
class BoilerplateDescription; |
class ConstantElementsPair; |
+class SharedFunctionInfo; |
+class TypeFeedbackVector; |
namespace compiler { |