| Index: src/crankshaft/hydrogen.h
|
| diff --git a/src/crankshaft/hydrogen.h b/src/crankshaft/hydrogen.h
|
| index 6748cfffaf9be7254f61488a8535aefb3a0e4951..2d6b5ea3b61a9b82e148d04f8b658129922ed0a1 100644
|
| --- a/src/crankshaft/hydrogen.h
|
| +++ b/src/crankshaft/hydrogen.h
|
| @@ -8,6 +8,7 @@
|
| #include "src/accessors.h"
|
| #include "src/allocation.h"
|
| #include "src/ast/ast-type-bounds.h"
|
| +#include "src/ast/scopes.h"
|
| #include "src/bailout-reason.h"
|
| #include "src/compilation-info.h"
|
| #include "src/compiler.h"
|
| @@ -31,7 +32,6 @@ class HTracer;
|
| class LAllocator;
|
| class LChunk;
|
| class LiveRange;
|
| -class Scope;
|
|
|
| class HCompilationJob final : public CompilationJob {
|
| public:
|
|
|