diff --git a/src/ruby/ext/grpc/rb_channel.c b/src/ruby/ext/grpc/rb_channel.c index ba230525217260f5d5a579e6222e80c01c195d62..1c20c8813ff674618dff7878686fd00d2438639d 100644 --- a/src/ruby/ext/grpc/rb_channel.c +++ b/src/ruby/ext/grpc/rb_channel.c @@ -34,6 +34,7 @@ #include <ruby/ruby.h> #include <ruby/thread.h> +#include "rb_grpc_imports.generated.h" #include "rb_byte_buffer.h" #include "rb_channel.h"