You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-libs/kdav2/files/kdav2-0.2.0-qt-5.11.patch

14 lines
209 B

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 {