mirror of https://github.com/qt/qtgrpc.git
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:
parent
b614b1ca0a
commit
384f6ea6c7
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
#include "clientservice.h"
|
||||
|
||||
#include <QDebug>
|
||||
#include <QGrpcHttp2Channel>
|
||||
#include <QGrpcInsecureChannelCredentials>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue