summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2019-05-14 16:14:22 -0700
committerJoshua Haberman <jhaberman@gmail.com>2019-05-14 16:14:22 -0700
commitef9499cb44f58904d55997a9f934f1e477bcba18 (patch)
tree78543cd22fd2d043a4847aef939296f2017ea031 /BUILD
parent06b90f9b693b43a007ee2c20f5e7a98595bd8721 (diff)
Migrate std::unordered_map -> absl::flat_hash_map.
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index 025f728..66672ce 100644
--- a/BUILD
+++ b/BUILD
@@ -207,6 +207,7 @@ cc_library(
copts = CPPOPTS,
deps = [
"@absl//absl/base:core_headers",
+ "@absl//absl/container:flat_hash_map",
"@absl//absl/strings",
"@com_google_protobuf//:protobuf",
"@com_google_protobuf//:protoc_lib",
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback