mirror of https://github.com/qt/qtgrpc.git
Fix build: add missing #include <QTimeZone>
Amends 00a86d9d2c
.
qprotobufwellknowntypesjsonserializers.cpp:37:69: error: incomplete type
‘QTimeZone’ used in nested name specifier
Change-Id: Ie6dbe21b4790239c8379fffdb5ccf0743f7f3e00
Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
This commit is contained in:
parent
ca290d3b8d
commit
f0effd46c2
|
@ -10,6 +10,7 @@
|
|||
#include <QtProtobuf/private/qtprotobuflogging_p.h>
|
||||
|
||||
#include <QtCore/qjsonvalue.h>
|
||||
#include <QtCore/qtimezone.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
|
|
Loading…
Reference in New Issue