diff options
Diffstat (limited to 'src/location/maps/qgeocodereply.h')
-rw-r--r-- | src/location/maps/qgeocodereply.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/location/maps/qgeocodereply.h b/src/location/maps/qgeocodereply.h index 9d492a0e..1f36633f 100644 --- a/src/location/maps/qgeocodereply.h +++ b/src/location/maps/qgeocodereply.h @@ -44,7 +44,9 @@ #include <QtCore/QObject> #include <QtCore/QList> -#include <QtLocation/QGeoLocation> +#include <QtPositioning/QGeoLocation> + +#include <QtLocation/qlocationglobal.h> QT_BEGIN_NAMESPACE |