diff options
Diffstat (limited to 'audio/amarok/files/patch-kf5-5.61-headers')
-rw-r--r-- | audio/amarok/files/patch-kf5-5.61-headers | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/amarok/files/patch-kf5-5.61-headers b/audio/amarok/files/patch-kf5-5.61-headers new file mode 100644 index 000000000000..089fc634c0ad --- /dev/null +++ b/audio/amarok/files/patch-kf5-5.61-headers @@ -0,0 +1,10 @@ +--- src/PluginManager.h.orig 2019-08-14 20:35:52.115749000 +0000 ++++ src/PluginManager.h 2019-08-14 20:36:11.135552000 +0000 +@@ -22,6 +22,7 @@ + #include <KPluginInfo> + #include <KPluginMetaData> + ++#include <QVector> + + namespace Plugins { + |