summaryrefslogtreecommitdiff
path: root/src/location
diff options
context:
space:
mode:
authorRainer Keller <rainer.keller@digia.com>2013-02-06 14:24:16 +0100
committerAaron McCarthy <mccarthy.aaron@gmail.com>2013-02-06 14:36:53 +0100
commita6c0789b1240a13b534f5ba5b4e3d57e3e504e01 (patch)
tree9c859214078fd7bd77aff4cae844cedd1a77f859 /src/location
parentd5466f28cb921929268bbcab335f0edaabbbfdd3 (diff)
downloadqtlocation-a6c0789b1240a13b534f5ba5b4e3d57e3e504e01.tar.gz
Fix compile error because of missing header
Fixing an issue introduced with commit a316b25f4b4e0743e361031f2e6f1ba8072e704c. Change-Id: I227cfc07b135aad4367ef9a395389a08d8602270 Reviewed-by: Aaron McCarthy <mccarthy.aaron@gmail.com>
Diffstat (limited to 'src/location')
-rw-r--r--src/location/maps/qgeoprojection_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/location/maps/qgeoprojection_p.h b/src/location/maps/qgeoprojection_p.h
index e144ba9c..f8b5b32d 100644
--- a/src/location/maps/qgeoprojection_p.h
+++ b/src/location/maps/qgeoprojection_p.h
@@ -57,7 +57,7 @@
#endif
#include "qglobal.h"
-#include <QtLocation/QLocationGlobal>
+#include <QtLocation/qlocationglobal.h>
QT_BEGIN_NAMESPACE