diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2018-03-12 18:21:39 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-03-22 07:33:33 -0700 |
commit | 78937ce5729b6c8689a9df02c801f28e7c8771e9 (patch) | |
tree | fc6e76edfce4358b16177324c6896c0af2bfe959 | |
parent | cfd4c42829025abefc8f8c4f9b77a18c52722b39 (diff) | |
download | subsurface-78937ce5729b6c8689a9df02c801f28e7c8771e9.tar.gz |
iOS: build fix
Otherwise the moc build fails.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | core/subsurface-qt/DiveObjectHelper.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/subsurface-qt/DiveObjectHelper.h b/core/subsurface-qt/DiveObjectHelper.h index b4b7e2668..d0a90a32b 100644 --- a/core/subsurface-qt/DiveObjectHelper.h +++ b/core/subsurface-qt/DiveObjectHelper.h @@ -7,6 +7,7 @@ #include <QObject> #include <QString> #include <QStringList> +#include <QVariant> class DiveObjectHelper : public QObject { Q_OBJECT |