aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-10-18 12:00:37 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-10-18 12:00:37 -0700
commit09247ac453bcf5af658d7020e82878bed95f4e5a (patch)
tree997fa4906f453e0777121cb05ab62fab0e719e4d /BUILD
parent31c258a549e144168dec42f425f93c6c4461c0b5 (diff)
parentff84ae8b7a7b3d14109c8c0278de870ebb1fed6f (diff)
Merge branch 'pid++' into flow++
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index a3299f4eef..99411f955e 100644
--- a/BUILD
+++ b/BUILD
@@ -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"
],
)