forked from qt-creator/qt-creator
Sqlite: Fix compilation
Broken by 19d941d28d
Change-Id: I7332ef80f12f3c1d99987550c16c1f55fec306da
Reviewed-by: Marco Bubke <marco.bubke@qt.io>
This commit is contained in:
@@ -30,8 +30,6 @@
|
||||
#include <QString>
|
||||
#include <QDebug>
|
||||
|
||||
#include <QDataStream>
|
||||
|
||||
#include <ostream>
|
||||
|
||||
QDebug operator<<(QDebug debug, const Utf8String &text)
|
||||
|
||||
@@ -28,6 +28,7 @@
|
||||
#include "sqliteglobal.h"
|
||||
|
||||
#include <QByteArray>
|
||||
#include <QDataStream>
|
||||
#include <QHashFunctions>
|
||||
#include <QMetaType>
|
||||
#include <QString>
|
||||
|
||||
Reference in New Issue
Block a user