From eb8772d967cc033c7d0e38d3b659eb869be61ac4 Mon Sep 17 00:00:00 2001 From: "Lubomir I. Ivanov" Date: Thu, 8 Mar 2018 21:35:44 +0200 Subject: qmapwidgethelper: move includes to the header Add the following includes in the header - and otherwise the mobile build fails. It is unclear how the desktop build does not complain about this. Signed-off-by: Lubomir I. Ivanov --- map-widget/qmlmapwidgethelper.cpp | 1 - map-widget/qmlmapwidgethelper.h | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'map-widget') diff --git a/map-widget/qmlmapwidgethelper.cpp b/map-widget/qmlmapwidgethelper.cpp index 7e2caf66b..26590269a 100644 --- a/map-widget/qmlmapwidgethelper.cpp +++ b/map-widget/qmlmapwidgethelper.cpp @@ -1,7 +1,6 @@ // SPDX-License-Identifier: GPL-2.0 #include #include -#include #include #include 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 +#include +#include -class QGeoCoordinate; class MapLocationModel; class MapLocation; struct dive_site; -- cgit v1.2.3-70-g09d2