Add the missing include of QDebug

Fixes: QTBUG-119475
Change-Id: Id74a52dc7309ffd8baf9202a5f766c94d5c10a46
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
(cherry picked from commit 07f3ae72aa)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Alexey Edelev 2023-11-27 09:25:18 +01:00 committed by Qt Cherry-pick Bot
parent b614b1ca0a
commit 384f6ea6c7
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
#include "clientservice.h"
#include <QDebug>
#include <QGrpcHttp2Channel>
#include <QGrpcInsecureChannelCredentials>