| Index: test/unittests/compiler/node-test-utils.cc
|
| diff --git a/test/unittests/compiler/node-test-utils.cc b/test/unittests/compiler/node-test-utils.cc
|
| index a35e5d1bc77d7103ed9cb56d5b717dce959e1b3a..b709568d9b2128dfa47d12db72de18295aeaa213 100644
|
| --- a/test/unittests/compiler/node-test-utils.cc
|
| +++ b/test/unittests/compiler/node-test-utils.cc
|
| @@ -5,8 +5,9 @@
|
| #include "test/unittests/compiler/node-test-utils.h"
|
|
|
| #include "src/assembler.h"
|
| -#include "src/compiler/node-properties-inl.h"
|
| +#include "src/compiler/node-properties.h"
|
| #include "src/compiler/simplified-operator.h"
|
| +#include "src/unique.h"
|
|
|
| using testing::_;
|
| using testing::MakeMatcher;
|
|
|