diff options
author | Rohan McGovern <rohan.mcgovern@nokia.com> | 2012-01-17 11:55:05 +1000 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-01-17 03:28:31 +0100 |
commit | 83a5643138f1fb35eb9ea9d6122f92473e0a0092 (patch) | |
tree | 5857cf703d303e2a562844433bff7e8f05cb6552 | |
parent | 2e29a2132d003cb0a09b0b500ced591ed5904c14 (diff) | |
download | qtlocation-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>
-rw-r--r-- | src/location/maps/qgeotilecache.cpp | 1 |
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> |