summaryrefslogtreecommitdiff
path: root/src/plugins/geoservices/nokia/qgeotilefetcher_nokia.cpp
diff options
context:
space:
mode:
authorYuchen Deng <loaden@gmail.com>2012-03-18 15:51:52 +0800
committerQt by Nokia <qt-info@nokia.com>2012-03-19 10:09:22 +0100
commit44066a6bdee6a6f592ae1a881f813aceb7b52961 (patch)
treeea20b0108e02b44e333db651a91e86b859abf5e6 /src/plugins/geoservices/nokia/qgeotilefetcher_nokia.cpp
parent59e496a3259fdea61b2eb97b80acb3428e38d55c (diff)
downloadqtlocation-44066a6bdee6a6f592ae1a881f813aceb7b52961.tar.gz
Build fix when use '-no-stl' option
error C2039: 'map' : is not a member of 'std' error C2143: syntax error : missing ';' before '<' Change-Id: I3c77ca1f658f3ff5f5819760c242bf0bf26d2955 Reviewed-by: Alex <alex.blasche@nokia.com>
Diffstat (limited to 'src/plugins/geoservices/nokia/qgeotilefetcher_nokia.cpp')
-rw-r--r--src/plugins/geoservices/nokia/qgeotilefetcher_nokia.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/geoservices/nokia/qgeotilefetcher_nokia.cpp b/src/plugins/geoservices/nokia/qgeotilefetcher_nokia.cpp
index 414bcd95..5c4014c6 100644
--- a/src/plugins/geoservices/nokia/qgeotilefetcher_nokia.cpp
+++ b/src/plugins/geoservices/nokia/qgeotilefetcher_nokia.cpp
@@ -60,6 +60,8 @@
#include <QDir>
#include <QUrl>
+#include <map>
+
#define LARGE_TILE_DIMENSION 256
#if defined(Q_OS_WINCE_WM) || defined(Q_WS_MAEMO_5) || defined(Q_WS_MAEMO_6)