From 987e5359ade73c4326fe102892dfc1eb1143ba9d Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Wed, 18 Apr 2018 15:32:18 +0200 Subject: QGeoManeuver: Fix QVariantMap include Prepend module name, which is required for generating Qt for Python bindinds. Task-number: PYSIDE-487 Change-Id: I84614bae08efa74393c4048bc16196eb730f0e6b Reviewed-by: Alexandru Croitor Reviewed-by: Paolo Angelelli --- src/location/maps/qgeomaneuver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/location/maps/qgeomaneuver.h b/src/location/maps/qgeomaneuver.h index 76c5421e..52a5b6a6 100644 --- a/src/location/maps/qgeomaneuver.h +++ b/src/location/maps/qgeomaneuver.h @@ -39,7 +39,7 @@ #include #include -#include +#include QT_BEGIN_NAMESPACE -- cgit v1.2.1