Commit fcbd1401 authored by Don Gagne's avatar Don Gagne

Add missing includes

The problem only shows up on Windows and only if you have built your own
version of Qt. Must be something slightly different with the includes in
that case.
parent a9a3c898
......@@ -51,6 +51,8 @@
#include <QtPositioning/QGeoAddress>
#include <QtPositioning/QGeoLocation>
#include <QtPositioning/QGeoRectangle>
#include <QSet>
#include <QDebug>
#include "qgeocodereplyqgc.h"
......
......@@ -54,6 +54,7 @@
#include <QtPositioning/QGeoAddress>
#include <QtPositioning/QGeoShape>
#include <QtPositioning/QGeoRectangle>
#include <QDebug>
#include "qgeocodingmanagerengineqgc.h"
#include "qgeocodereplyqgc.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment