Skip to content

Commit

Permalink
block_evaluator_test_base uses absl::StatusCode. Add include.
Browse files Browse the repository at this point in the history
#xls-build-gardener

PiperOrigin-RevId: 665562059
  • Loading branch information
hzeller authored and copybara-github committed Aug 20, 2024
1 parent 1578b44 commit 5e3e6f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions xls/interpreter/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ cc_library(
deps = [
":block_evaluator",
"@com_google_absl//absl/container:flat_hash_map",
"@com_google_absl//absl/status",
"@com_google_absl//absl/status:statusor",
"@com_google_absl//absl/strings",
"@com_google_absl//absl/strings:str_format",
Expand Down
1 change: 1 addition & 0 deletions xls/interpreter/block_evaluator_test_base.cc
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#include "gmock/gmock.h"
#include "gtest/gtest.h"
#include "absl/container/flat_hash_map.h"
#include "absl/status/status.h"
#include "absl/status/statusor.h"
#include "absl/strings/str_cat.h"
#include "absl/strings/str_format.h"
Expand Down

0 comments on commit 5e3e6f1

Please sign in to comment.