summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDennis Oberst <dennis.oberst@qt.io>2024-04-24 17:31:15 +0200
committerDennis Oberst <dennis.oberst@qt.io>2024-04-26 11:24:35 +0200
commitf6c0eacbd371d8147490f3aba2335c65ea579827 (patch)
tree0b1b91c77ea570799c561c9d25f78e887a42a3ea
parent3a586f45e009a0d63f4c1e033becdd3f227cbeef (diff)
QGrpcChannelOperation: include missing qgrpcstatus for the TU
Pick-to: 6.7 Change-Id: Ie86409b0ed3dd9e872cd3de7f7e637c666cb35aa Reviewed-by: Alexey Edelev <alexey.edelev@qt.io> Reviewed-by: Marc Mutz <marc.mutz@qt.io>
-rw-r--r--src/grpc/qgrpcchanneloperation.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/grpc/qgrpcchanneloperation.cpp b/src/grpc/qgrpcchanneloperation.cpp
index 1301517..fcd5d69 100644
--- a/src/grpc/qgrpcchanneloperation.cpp
+++ b/src/grpc/qgrpcchanneloperation.cpp
@@ -3,6 +3,7 @@
#include <QtGrpc/qgrpcchanneloperation.h>
#include <QtGrpc/qgrpccalloptions.h>
+#include <QtGrpc/qgrpcstatus.h>
#include <QtCore/private/qobject_p.h>
#include <QtProtobuf/qprotobufserializer.h>