From 677395558d4f28ca3fad53d6e082552f0ce2eb5e Mon Sep 17 00:00:00 2001 From: Vijay Pai Date: Thu, 20 Jul 2017 10:02:47 -0700 Subject: Allow SerializationTraits to use grpc::ByteBuffer, not just grpc_byte_buffer --- grpc.gemspec | 1 + 1 file changed, 1 insertion(+) (limited to 'grpc.gemspec') diff --git a/grpc.gemspec b/grpc.gemspec index c441107643..3c093dc99e 100644 --- a/grpc.gemspec +++ b/grpc.gemspec @@ -145,6 +145,7 @@ Gem::Specification.new do |s| s.files += %w( src/core/lib/support/tmpfile_posix.c ) s.files += %w( src/core/lib/support/tmpfile_windows.c ) s.files += %w( src/core/lib/support/wrap_memcpy.c ) + s.files += %w( include/grpc/impl/codegen/byte_buffer.h ) s.files += %w( include/grpc/impl/codegen/byte_buffer_reader.h ) s.files += %w( include/grpc/impl/codegen/compression_types.h ) s.files += %w( include/grpc/impl/codegen/connectivity_state.h ) -- cgit v1.2.3