| Index: test/unittests/compiler/graph-unittest.cc
|
| diff --git a/test/unittests/compiler/graph-unittest.cc b/test/unittests/compiler/graph-unittest.cc
|
| index 2b297100c2cd0cc94fd09687cc1a01c2f2aee129..991ecc2f7c2f5de94b9695e7b9852bef7fbed31d 100644
|
| --- a/test/unittests/compiler/graph-unittest.cc
|
| +++ b/test/unittests/compiler/graph-unittest.cc
|
| @@ -5,6 +5,8 @@
|
| #include "test/unittests/compiler/graph-unittest.h"
|
|
|
| #include "src/compiler/node-properties.h"
|
| +#include "src/factory.h"
|
| +#include "src/objects-inl.h" // TODO(everyone): Make typer.h IWYU compliant.
|
| #include "test/unittests/compiler/node-test-utils.h"
|
|
|
| namespace v8 {
|
|
|