diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-09-04 07:52:18 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-09-04 07:52:18 -0700 |
commit | 830d9163dc34b48cd5a14ee231e6b9cf3a916bd7 (patch) | |
tree | f43056427d393b66be59230d4978d5568c3938e2 /core/subsurface-qt | |
parent | 833683521a973b4836d70626e0a061f2e384825a (diff) | |
download | subsurface-830d9163dc34b48cd5a14ee231e6b9cf3a916bd7.tar.gz |
iOS build: Fix compile failure
Without this moc_SubsurfaceObjectWrapper doesn't compile.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'core/subsurface-qt')
-rw-r--r-- | core/subsurface-qt/SettingsObjectWrapper.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/subsurface-qt/SettingsObjectWrapper.h b/core/subsurface-qt/SettingsObjectWrapper.h index 3a2568f98..df9a13289 100644 --- a/core/subsurface-qt/SettingsObjectWrapper.h +++ b/core/subsurface-qt/SettingsObjectWrapper.h @@ -2,6 +2,7 @@ #define SETTINGSOBJECTWRAPPER_H #include <QObject> +#include <QDate> #include "../pref.h" #include "../prefs-macros.h" |