| Index: test/compiler-unittests/node-matchers.cc
|
| diff --git a/test/compiler-unittests/node-matchers.cc b/test/compiler-unittests/node-matchers.cc
|
| index 7336490c4b4096c48f07fa24538ccdaad94782e5..d580834113d3a987c661b0c0aa9247a6ba75e241 100644
|
| --- a/test/compiler-unittests/node-matchers.cc
|
| +++ b/test/compiler-unittests/node-matchers.cc
|
| @@ -8,6 +8,7 @@
|
|
|
| #include "src/compiler/node-properties-inl.h"
|
|
|
| +using testing::MakeMatcher;
|
| using testing::MatcherInterface;
|
| using testing::MatchResultListener;
|
| using testing::StringMatchResultListener;
|
|
|