mirror of
https://github.com/subsurface/subsurface.git
synced 2024-12-03 15:43:09 +00:00
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:
parent
833683521a
commit
830d9163dc
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
#define SETTINGSOBJECTWRAPPER_H
|
#define SETTINGSOBJECTWRAPPER_H
|
||||||
|
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
|
#include <QDate>
|
||||||
|
|
||||||
#include "../pref.h"
|
#include "../pref.h"
|
||||||
#include "../prefs-macros.h"
|
#include "../prefs-macros.h"
|
||||||
|
|
Loading…
Reference in a new issue