Commit c08717fb authored by Dmitry Shachnev's avatar Dmitry Shachnev
Browse files

Add missing qmetatype.h include to qorganizerrecurrencerule.h


That header is needed because we use Q_DECLARE_METATYPE macro.

Change-Id: I3a9fc388d6793f047783e752e6750483d75b8277
Reviewed-by: default avatarJędrzej Nowacki <jedrzej.nowacki@theqtcompany.com>
parent d8a9ba4d
No related merge requests found
Showing with 1 addition and 0 deletions
......@@ -43,6 +43,7 @@
#define QORGANIZERRECURRENCERULE_H
#include <QtCore/qdatetime.h>
#include <QtCore/qmetatype.h>
#include <QtCore/qset.h>
#include <QtCore/qshareddata.h>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment