summaryrefslogtreecommitdiffstats
path: root/src/gui/PatchView.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/PatchView.hpp')
-rw-r--r--src/gui/PatchView.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/PatchView.hpp b/src/gui/PatchView.hpp
index 8d7d78a7..f6306a1a 100644
--- a/src/gui/PatchView.hpp
+++ b/src/gui/PatchView.hpp
@@ -23,6 +23,7 @@
#include <gtkmm.h>
#include "raul/SharedPtr.hpp"
+#include "raul/URI.hpp"
namespace Raul { class Atom; }
namespace Ganv { class Port; class Item; }
@@ -39,6 +40,7 @@ using namespace Ingen::Client;
namespace GUI {
+class App;
class LoadPluginWindow;
class NewSubpatchWindow;
class NodeControlWindow;