Skip to content

Commit

Permalink
fix(verifier): depend on absl optional library (#5670)
Browse files Browse the repository at this point in the history
  • Loading branch information
zrlk committed May 30, 2023
1 parent 9f40243 commit beb2f6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kythe/cxx/verifier/BUILD
Expand Up @@ -46,6 +46,7 @@ cc_library(
"@com_github_google_glog//:glog",
"@com_google_absl//absl/memory",
"@com_google_absl//absl/strings",
"@com_google_absl//absl/types:optional",
"@com_googlesource_code_re2//:re2",
],
)
Expand Down

0 comments on commit beb2f6a

Please sign in to comment.