[Bazel] Add missing dependency after 650bbc5620

This commit is contained in:
Benjamin Kramer 2021-09-05 21:13:03 +02:00
parent 0df277a13f
commit 1a88bd68c1
1 changed files with 1 additions and 0 deletions

View File

@ -1155,6 +1155,7 @@ cc_library(
deps = [ deps = [
":Analysis", ":Analysis",
":Core", ":Core",
":Scalar",
":Support", ":Support",
":TransformUtils", ":TransformUtils",
], ],