summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorJosh Haberman <jhaberman@gmail.com>2019-01-28 12:45:08 -0800
committerJosh Haberman <jhaberman@gmail.com>2019-01-28 12:45:08 -0800
commit3d931557907307ecc19b74e8f3188301b149e99a (patch)
treed5f41bc5327e2e53fba72341c2df822aaf070c9e /BUILD
parentb07fcde013d1a381d7ba03ac0a3ab47ca22c95f2 (diff)
Fix to deps.
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index b3a72ff..1cef4b8 100644
--- a/BUILD
+++ b/BUILD
@@ -142,6 +142,7 @@ cc_library(
],
hdrs = ["upbc/generator.h"],
deps = [
+ map_dep("@absl//absl/base:core_headers"),
map_dep("@absl//absl/strings"),
map_dep("@com_google_protobuf//:protobuf"),
map_dep("@com_google_protobuf//:protoc_lib"),
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback