mirror of
https://gitlab.com/spaceti-app/integrations/common/server-sdk.git
synced 2026-07-12 15:40:36 +02:00
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 */
|
||||
QVariantMap DatabaseTable::toVariantMap() const
|
||||
{
|
||||
|
||||
@ -3,6 +3,8 @@
|
||||
#include <QObject>
|
||||
#include <QVariantMap>
|
||||
|
||||
#include <memory>
|
||||
|
||||
|
||||
// Default TABLE_PROPERTY
|
||||
#define TABLE_PROPERTY(TYPE, NAME, SETNAME, INITVAL) \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user