From 4e8bcb2ceeb1fb1f79bba0d1498745824c9d19ca Mon Sep 17 00:00:00 2001 From: ncteisen Date: Tue, 23 Jan 2018 10:44:15 -0800 Subject: Fix header dependancy --- grpc.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'grpc.gemspec') diff --git a/grpc.gemspec b/grpc.gemspec index 9d2b4a94b1..58d4c312d7 100644 --- a/grpc.gemspec +++ b/grpc.gemspec @@ -264,7 +264,7 @@ Gem::Specification.new do |s| s.files += %w( src/core/lib/channel/handshaker.h ) s.files += %w( src/core/lib/channel/handshaker_factory.h ) s.files += %w( src/core/lib/channel/handshaker_registry.h ) - s.files += %w( src/core/lib/channel/object_registry.cc ) + s.files += %w( src/core/lib/channel/object_registry.h ) s.files += %w( src/core/lib/compression/algorithm_metadata.h ) s.files += %w( src/core/lib/compression/message_compress.h ) s.files += %w( src/core/lib/compression/stream_compression.h ) -- cgit v1.2.3