summaryrefslogtreecommitdiff
path: root/net-libs/kdav2/files/kdav2-0.2.0-qt-5.11.patch
blob: b5db5c1966e26cee38f529d85d0860b7352977f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Bug: https://bugs.gentoo.org/645392

--- a/src/common/davjob.cpp
+++ b//src/common/davjob.cpp
@@ -20,6 +20,8 @@
 
 #include "daverror.h"
 
+#include <QDebug>
+
 using namespace KDAV2;
 
 class DavJobPrivate {