diff options
author | Craig Tiller <ctiller@google.com> | 2017-10-18 12:00:37 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-10-18 12:00:37 -0700 |
commit | 09247ac453bcf5af658d7020e82878bed95f4e5a (patch) | |
tree | 997fa4906f453e0777121cb05ab62fab0e719e4d /BUILD | |
parent | 31c258a549e144168dec42f425f93c6c4461c0b5 (diff) | |
parent | ff84ae8b7a7b3d14109c8c0278de870ebb1fed6f (diff) |
Merge branch 'pid++' into flow++
Diffstat (limited to 'BUILD')
-rw-r--r-- | BUILD | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -515,6 +515,7 @@ grpc_cc_library( "src/core/lib/support/atomic_with_std.h", "src/core/lib/support/env.h", "src/core/lib/support/memory.h", + "src/core/lib/support/vector.h", "src/core/lib/support/manual_constructor.h", "src/core/lib/support/mpscq.h", "src/core/lib/support/murmur_hash.h", @@ -529,6 +530,7 @@ grpc_cc_library( public_hdrs = GPR_PUBLIC_HDRS, deps = [ "gpr_codegen", + "@com_google_absl//absl/container:inlined_vector" ], ) |