Make compile with Qt developer builds

subsurface/core/divesitehelpers.cpp: In member function 'virtual void ReverseGeoLookupThread::run()':
subsurface/core/divesitehelpers.cpp:128:12: error: invalid use of incomplete type 'class QDebug'
     qDebug() << "no reverse geo lookup; geonames returned\n" << fullReply;
            ^

Signed-off-by: Alex Blasche <alexander.blasche@qt.io>
This commit is contained in:
Alex Blasche 2017-07-04 15:48:43 +02:00 committed by Dirk Hohndel
parent 868fb9d5a9
commit bf3cc2f64b

View file

@ -8,6 +8,7 @@
#include "divesite.h"
#include "helpers.h"
#include "membuffer.h"
#include <QDebug>
#include <QJsonDocument>
#include <QJsonArray>
#include <QJsonObject>