mirror of https://github.com/qt/qtgrpc.git
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:
parent
a397823794
commit
07f3ae72aa
|
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
#include "clientservice.h"
|
#include "clientservice.h"
|
||||||
|
|
||||||
|
#include <QDebug>
|
||||||
#include <QGrpcHttp2Channel>
|
#include <QGrpcHttp2Channel>
|
||||||
|
|
||||||
using namespace qtgrpc::examples;
|
using namespace qtgrpc::examples;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue