| Index: test/cctest/compiler/test-loop-assignment-analysis.cc
|
| diff --git a/test/cctest/compiler/test-loop-assignment-analysis.cc b/test/cctest/compiler/test-loop-assignment-analysis.cc
|
| index 1abdcb8eb7f9236f72e70c83af2e2cad5ef4588c..8ee79ddb600dff6ae65b3557a8ec539f0221bc78 100644
|
| --- a/test/cctest/compiler/test-loop-assignment-analysis.cc
|
| +++ b/test/cctest/compiler/test-loop-assignment-analysis.cc
|
| @@ -3,7 +3,9 @@
|
| // found in the LICENSE file.
|
|
|
| #include "src/ast/scopes.h"
|
| +#include "src/compiler.h"
|
| #include "src/compiler/ast-loop-assignment-analyzer.h"
|
| +#include "src/parsing/parse-info.h"
|
| #include "src/parsing/parser.h"
|
| #include "src/parsing/rewriter.h"
|
| #include "test/cctest/cctest.h"
|
|
|