From bf3cc2f64b58c630ff9b1c234bded9ea43ee02e0 Mon Sep 17 00:00:00 2001 From: Alex Blasche Date: Tue, 4 Jul 2017 15:48:43 +0200 Subject: 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 --- core/divesitehelpers.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/core/divesitehelpers.cpp b/core/divesitehelpers.cpp index a680eef34..57a58b233 100644 --- a/core/divesitehelpers.cpp +++ b/core/divesitehelpers.cpp @@ -8,6 +8,7 @@ #include "divesite.h" #include "helpers.h" #include "membuffer.h" +#include #include #include #include -- cgit v1.2.3-70-g09d2