forked from ondra/server-sdk
added missing <memory> header file
This commit is contained in:
parent
493d82896b
commit
136ee8300a
@ -20,8 +20,6 @@ QByteArray DatabaseTable::jsonData() const
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/** Creates universal variant structure to hold key / value pairs */
|
/** Creates universal variant structure to hold key / value pairs */
|
||||||
QVariantMap DatabaseTable::toVariantMap() const
|
QVariantMap DatabaseTable::toVariantMap() const
|
||||||
{
|
{
|
||||||
|
|||||||
@ -3,6 +3,8 @@
|
|||||||
#include <QObject>
|
#include <QObject>
|
||||||
#include <QVariantMap>
|
#include <QVariantMap>
|
||||||
|
|
||||||
|
#include <memory>
|
||||||
|
|
||||||
|
|
||||||
// Default TABLE_PROPERTY
|
// Default TABLE_PROPERTY
|
||||||
#define TABLE_PROPERTY(TYPE, NAME, SETNAME, INITVAL) \
|
#define TABLE_PROPERTY(TYPE, NAME, SETNAME, INITVAL) \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user