diff --git a/net-im/psi/files/patch-src_avatars.cpp b/net-im/psi/files/patch-src_avatars.cpp new file mode 100644 index 000000000000..5d124c8de649 --- /dev/null +++ b/net-im/psi/files/patch-src_avatars.cpp @@ -0,0 +1,10 @@ +--- src/avatars.cpp.orig 2020-05-21 10:25:20 UTC ++++ src/avatars.cpp +@@ -34,6 +34,7 @@ + #include + #include + #include ++#include + + #include "xmpp_xmlcommon.h" + #include "xmpp_vcard.h" diff --git a/net-im/psi/files/patch-src_contactlistdragview.cpp b/net-im/psi/files/patch-src_contactlistdragview.cpp new file mode 100644 index 000000000000..e977de65b5a0 --- /dev/null +++ b/net-im/psi/files/patch-src_contactlistdragview.cpp @@ -0,0 +1,10 @@ +--- src/contactlistdragview.cpp.orig 2020-05-21 10:25:20 UTC ++++ src/contactlistdragview.cpp +@@ -43,6 +43,7 @@ + #include + #include + #include ++#include + #include + #include + diff --git a/net-im/psi/files/patch-src_rosteravatarframe.cpp b/net-im/psi/files/patch-src_rosteravatarframe.cpp new file mode 100644 index 000000000000..45bc39063d57 --- /dev/null +++ b/net-im/psi/files/patch-src_rosteravatarframe.cpp @@ -0,0 +1,10 @@ +--- src/rosteravatarframe.cpp.orig 2020-05-21 10:25:20 UTC ++++ src/rosteravatarframe.cpp +@@ -22,6 +22,7 @@ + #include "psioptions.h" + #include "iconset.h" + #include "qpainter.h" ++#include + + + RosterAvatarFrame::RosterAvatarFrame(QWidget *parent) diff --git a/net-im/psi/files/patch-src_whiteboarding_wbnewpath.cpp b/net-im/psi/files/patch-src_whiteboarding_wbnewpath.cpp new file mode 100644 index 000000000000..3c3214554feb --- /dev/null +++ b/net-im/psi/files/patch-src_whiteboarding_wbnewpath.cpp @@ -0,0 +1,10 @@ +--- src/whiteboarding/wbnewpath.cpp.orig 2020-05-21 10:25:20 UTC ++++ src/whiteboarding/wbnewpath.cpp +@@ -23,6 +23,7 @@ + #include "../sxe/sxesession.h" + + #include ++#include + + WbNewPath::WbNewPath(QGraphicsScene* s, QPointF startPos, int strokeWidth, const QColor &strokeColor, const QColor &fillColor) : WbNewItem(s) { + controlPoint_ = 0;