Skip to content

Commit e511e52

Browse files
committed
fix grpc: add missing includes
commit_hash:18ce3ebd6ed9a59ee4175a6bac4c0f8c2673c2ba
1 parent a07ffe8 commit e511e52

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

grpc/include/userver/ugrpc/server/impl/request_async_call.hpp

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

3+
#include <grpcpp/completion_queue.h>
4+
#include <grpcpp/server_context.h>
35
#include <grpcpp/support/async_stream.h>
46
#include <grpcpp/support/async_unary_call.h>
57

0 commit comments

Comments
 (0)