summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-libs/kdav2/files/kdav2-0.2.0-qt-5.11.patch')
-rw-r--r--net-libs/kdav2/files/kdav2-0.2.0-qt-5.11.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/net-libs/kdav2/files/kdav2-0.2.0-qt-5.11.patch b/net-libs/kdav2/files/kdav2-0.2.0-qt-5.11.patch
new file mode 100644
index 000000000000..b5db5c1966e2
--- /dev/null
+++ b/net-libs/kdav2/files/kdav2-0.2.0-qt-5.11.patch
@@ -0,0 +1,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 {