summaryrefslogtreecommitdiff
path: root/user/nextcloud-client/fix-missing-header.patch
blob: 2c659a6303c1523f86b2fd4f6b882436725a82d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
diff -ur a/src/libsync/bandwidthmanager.h b/src/libsync/bandwidthmanager.h
--- a/src/libsync/bandwidthmanager.h	2022-05-28 11:32:35.440187894 +0000
+++ b/src/libsync/bandwidthmanager.h	2022-05-28 11:33:25.713188074 +0000
@@ -19,6 +19,7 @@
 #include <QLinkedList>
 #include <QTimer>
 #include <QIODevice>
+#include <QPainterPath>
 
 namespace OCC {