mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-22 15:09:04 +02:00
33 lines
594 B
Diff
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
|