mirror of https://github.com/qt/qtgrpc.git
Add the missing include of the completion_queue.h header
Pick-to: 6.5
Change-Id: Idafdc9d50225161b1e993f36368f579332c9ddd3
Reviewed-by: Tatiana Borisova <tatiana.borisova@qt.io>
(cherry picked from commit 9ee67be348)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
277fc375d1
commit
3b8d38fcea
|
|
@ -13,6 +13,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