Hotfix: add include in ConactModel for Apple clang (#12954)
This commit is contained in:
parent
55f6c64b48
commit
d77d049203
|
@ -4,6 +4,8 @@
|
||||||
#include <QQmlListProperty>
|
#include <QQmlListProperty>
|
||||||
#include <QQmlParserStatus>
|
#include <QQmlParserStatus>
|
||||||
|
|
||||||
|
#include <unordered_map>
|
||||||
|
|
||||||
class SourceModel : public QObject
|
class SourceModel : public QObject
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
Loading…
Reference in New Issue