summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2012-01-17 11:55:05 +1000
committerQt by Nokia <qt-info@nokia.com>2012-01-17 03:28:31 +0100
commit83a5643138f1fb35eb9ea9d6122f92473e0a0092 (patch)
tree5857cf703d303e2a562844433bff7e8f05cb6552 /src
parent2e29a2132d003cb0a09b0b500ced591ed5904c14 (diff)
downloadqtlocation-83a5643138f1fb35eb9ea9d6122f92473e0a0092.tar.gz
Add missing #include
Don't rely on qt3d headers to implicitly pull in QPixmap. Change-Id: Ib395c3dd56611f4770bc19ba07280cd920324853 Reviewed-by: David Laing <david.laing@nokia.com>
Diffstat (limited to 'src')
-rw-r--r--src/location/maps/qgeotilecache.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/location/maps/qgeotilecache.cpp b/src/location/maps/qgeotilecache.cpp
index c6915529..fb9ada83 100644
--- a/src/location/maps/qgeotilecache.cpp
+++ b/src/location/maps/qgeotilecache.cpp
@@ -47,6 +47,7 @@
#include <QDir>
#include <QMetaType>
+#include <QPixmap>
#include <QDebug>
#include <Qt3D/qgltexture2d.h>