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:
Alexey Edelev 2023-11-22 14:05:23 +01:00
parent c82f6f19b3
commit 9ee67be348
1 changed files with 1 additions and 0 deletions

View File

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