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:
Alexey Edelev 2023-11-22 14:05:23 +01:00 committed by Qt Cherry-pick Bot
parent 277fc375d1
commit 3b8d38fcea
1 changed files with 1 additions and 0 deletions

View File

@ -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>