From 3b8d38fceab09b13a260b1f57385c5bb983096be Mon Sep 17 00:00:00 2001 From: Alexey Edelev Date: Wed, 22 Nov 2023 14:05:23 +0100 Subject: [PATCH] Add the missing include of the completion_queue.h header Pick-to: 6.5 Change-Id: Idafdc9d50225161b1e993f36368f579332c9ddd3 Reviewed-by: Tatiana Borisova (cherry picked from commit 9ee67be348678e295ff3a159dfaf40d6df73c97a) Reviewed-by: Qt Cherry-pick Bot --- src/grpc/qgrpcchannel.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/grpc/qgrpcchannel.cpp b/src/grpc/qgrpcchannel.cpp index 27e5ec4c..39fac7b6 100644 --- a/src/grpc/qgrpcchannel.cpp +++ b/src/grpc/qgrpcchannel.cpp @@ -13,6 +13,7 @@ #include #include +#include #include #include #include