Add the missing include of QDebug

Pick-to: 6.5
Fixes: QTBUG-119475
Change-Id: Id74a52dc7309ffd8baf9202a5f766c94d5c10a46
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
This commit is contained in:
Alexey Edelev 2023-11-27 09:25:18 +01:00
parent a397823794
commit 07f3ae72aa
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
#include "clientservice.h"
#include <QDebug>
#include <QGrpcHttp2Channel>
using namespace qtgrpc::examples;