diff options
Diffstat (limited to 'map-widget/qmlmapwidgethelper.h')
-rw-r--r-- | map-widget/qmlmapwidgethelper.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/map-widget/qmlmapwidgethelper.h b/map-widget/qmlmapwidgethelper.h index 58f7c4dad..d1ba47f41 100644 --- a/map-widget/qmlmapwidgethelper.h +++ b/map-widget/qmlmapwidgethelper.h @@ -3,8 +3,9 @@ #define QMLMAPWIDGETHELPER_H #include <QObject> +#include <QGeoCoordinate> +#include <QVariant> -class QGeoCoordinate; class MapLocationModel; class MapLocation; struct dive_site; |