Skip to content

Commit 38df0fd

Browse files
committed
cc grpc: add missing include <grpcpp/channel.h>
commit_hash:6d59a6b6e57f0a60fef3c4c181fb9d6977dc7605
1 parent ec727fc commit 38df0fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

grpc/include/userver/ugrpc/impl/async_service.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#pragma once
22

3+
#include <grpcpp/channel.h>
34
#include <grpcpp/generic/async_generic_service.h>
45
#include <grpcpp/generic/generic_stub.h>
56
#include <grpcpp/impl/service_type.h>

0 commit comments

Comments
 (0)