gentoo-ebuilds/media-sound/rosegarden/files/rosegarden-24.06-includes.patch
Miroslav Šulc 3e24efd12c
media-sound/rosegarden: bump to 24.06
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
2024-06-07 08:57:46 +02:00

33 lines
594 B
Diff

--- a/src/document/io/MusicXMLLoader.h
+++ b/src/document/io/MusicXMLLoader.h
@@ -18,8 +18,7 @@
#ifndef RG_MUSICXMLLOADER_H
#define RG_MUSICXMLLOADER_H
-
-class QString;
+#include <QString>
namespace Rosegarden
--- a/src/gui/studio/AudioPluginLV2GUIWindow.h
+++ b/src/gui/studio/AudioPluginLV2GUIWindow.h
@@ -32,6 +32,8 @@
#include <string>
#include <vector>
+#include <QWidget>
+
namespace Rosegarden
{
--- a/src/sound/LV2PluginDatabase.h
+++ b/src/sound/LV2PluginDatabase.h
@@ -19,6 +19,7 @@
#include <QString>
#include <map>
+#include <vector>
namespace Rosegarden