From 89828520943c1e84fa42adf0bf3c33eba5bf13e8 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Sat, 23 Feb 2013 15:47:11 -0800 Subject: Fix header self-contained compilation: QGeoCoordinate must be declared It's required because of QList used in a parameter. Change-Id: Ica9c3854f96b96a8fc1e02f7de336b1137677635 Reviewed-by: Aaron McCarthy --- src/location/maps/qgeorouterequest.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/location/maps/qgeorouterequest.h') diff --git a/src/location/maps/qgeorouterequest.h b/src/location/maps/qgeorouterequest.h index 16793130..7eb3fcba 100644 --- a/src/location/maps/qgeorouterequest.h +++ b/src/location/maps/qgeorouterequest.h @@ -47,10 +47,10 @@ #include #include +#include QT_BEGIN_NAMESPACE -class QGeoCoordinate; class QGeoRectangle; class QGeoRouteRequestPrivate; -- cgit v1.2.1