Skip to content

Commit

Permalink
Add missing absl dependency from build.
Browse files Browse the repository at this point in the history
  • Loading branch information
pateldeev committed May 8, 2023
1 parent bc860af commit 0eb33cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ cc_library(
}),
deps = select({
":has_absl": [
"@com_google_absl//absl/container:flat_hash_set",
"@com_google_absl//absl/debugging:failure_signal_handler",
"@com_google_absl//absl/debugging:stacktrace",
"@com_google_absl//absl/debugging:symbolize",
Expand Down

0 comments on commit 0eb33cf

Please sign in to comment.