mirror of https://github.com/qt/qtgrpc.git
Add the missing include of the completion_queue.h header
Pick-to: 6.6 6.5 Change-Id: Idafdc9d50225161b1e993f36368f579332c9ddd3 Reviewed-by: Tatiana Borisova <tatiana.borisova@qt.io>
This commit is contained in:
parent
c82f6f19b3
commit
9ee67be348
|
|
@ -18,6 +18,7 @@
|
|||
|
||||
#include <grpcpp/channel.h>
|
||||
#include <grpcpp/create_channel.h>
|
||||
#include <grpcpp/completion_queue.h>
|
||||
#include <grpcpp/impl/codegen/byte_buffer.h>
|
||||
#include <grpcpp/impl/codegen/client_unary_call.h>
|
||||
#include <grpcpp/impl/codegen/rpc_method.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue