commit | b2b0afde790d123c53244096c109820775a0b7ad | [log] [tgz] |
---|---|---|
author | Scott Todd <scotttodd@google.com> | Tue Oct 15 18:25:47 2019 -0700 |
committer | iree-copybara-bot <iree-copybara-bot@google.com> | Tue Oct 15 18:30:43 2019 -0700 |
tree | c7f221ba46dccbb09afbd5da123f4e9697a65f6a | |
parent | b0132fda55f4c08381710600cdb7fb65ed374416 [diff] |
Add status_matchers.h include to buffer_mapping_test. Fixes #66 PiperOrigin-RevId: 274933258
diff --git a/iree/hal/buffer_mapping_test.cc b/iree/hal/buffer_mapping_test.cc index 8a3b8a1..1f21b9b 100644 --- a/iree/hal/buffer_mapping_test.cc +++ b/iree/hal/buffer_mapping_test.cc
@@ -24,6 +24,7 @@ #include "gtest/gtest.h" #include "absl/types/span.h" #include "iree/base/status.h" +#include "iree/base/status_matchers.h" #include "iree/hal/buffer.h" namespace iree {