aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.gemspec
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2018-01-10 14:47:37 -0800
committerGravatar Mark D. Roth <roth@google.com>2018-01-10 14:47:37 -0800
commitc6406f32f626bcad9aee9582132f06bc68f4e0e5 (patch)
treef096d80dc70a661e7d9ef3e40215dc80785bba14 /grpc.gemspec
parent1acc1fca7476383f523ffe16343bbce0e8b61ca8 (diff)
Implement InlinedVector independently of absl.
Diffstat (limited to 'grpc.gemspec')
-rw-r--r--grpc.gemspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/grpc.gemspec b/grpc.gemspec
index d185995261..95836a5029 100644
--- a/grpc.gemspec
+++ b/grpc.gemspec
@@ -349,6 +349,7 @@ Gem::Specification.new do |s|
s.files += %w( src/core/lib/support/debug_location.h )
s.files += %w( src/core/lib/support/ref_counted.h )
s.files += %w( src/core/lib/support/ref_counted_ptr.h )
+ s.files += %w( src/core/lib/support/vector.h )
s.files += %w( src/core/lib/surface/alarm_internal.h )
s.files += %w( src/core/lib/surface/api_trace.h )
s.files += %w( src/core/lib/surface/call.h )