iOS build: Fix compile failure

Without this moc_SubsurfaceObjectWrapper doesn't compile.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2016-09-04 07:52:18 -07:00
parent 833683521a
commit 830d9163dc

View file

@ -2,6 +2,7 @@
#define SETTINGSOBJECTWRAPPER_H
#include <QObject>
#include <QDate>
#include "../pref.h"
#include "../prefs-macros.h"