Index: src/crankshaft/typing.h |
diff --git a/src/crankshaft/typing.h b/src/crankshaft/typing.h |
index ff112f0d36ed0575ac1dd7eee86b5883abf8f6e1..707a268d0a668a7c3915dc48c8092784fd8fb33a 100644 |
--- a/src/crankshaft/typing.h |
+++ b/src/crankshaft/typing.h |
@@ -8,7 +8,7 @@ |
#include "src/allocation.h" |
#include "src/ast/ast-type-bounds.h" |
#include "src/ast/ast-types.h" |
-#include "src/ast/scopes.h" |
+#include "src/ast/ast.h" |
#include "src/ast/variables.h" |
#include "src/effects.h" |
#include "src/type-info.h" |
@@ -17,6 +17,8 @@ |
namespace v8 { |
namespace internal { |
+class DeclarationScope; |
+class Isolate; |
class FunctionLiteral; |
class AstTyper final : public AstVisitor<AstTyper> { |