Fix Qt 5.15.0 build error (missing include)
authorMichael Schuster <michael@schuster.ms>
Sun, 7 Jun 2020 00:43:45 +0000 (02:43 +0200)
committerMichael Schuster <michael@schuster.ms>
Sun, 7 Jun 2020 00:43:45 +0000 (02:43 +0200)
Signed-off-by: Michael Schuster <michael@schuster.ms>
src/libsync/networkjobs.cpp

index fd63b960661f6ce2b1c0fe907203a74594510be1..bb5786ea9b4846599b9e3f40cd41a54af7f2ff72 100644 (file)
@@ -31,6 +31,7 @@
 #include <QJsonDocument>
 #include <QJsonObject>
 #include <QPainter>
+#include <QPainterPath>
 
 #include "networkjobs.h"
 #include "account.h"