Hotfix: add include in ConactModel for Apple clang (#12954)

This commit is contained in:
Mikhail Rogachev 2023-12-06 21:06:08 +07:00 committed by GitHub
parent 55f6c64b48
commit d77d049203
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@
#include <QQmlListProperty>
#include <QQmlParserStatus>
#include <unordered_map>
class SourceModel : public QObject
{
Q_OBJECT