summaryrefslogtreecommitdiff
path: root/gtk2_ardour/plugin_ui.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-11-23 00:55:25 +0000
committerCarl Hetherington <carl@carlh.net>2011-11-23 00:55:25 +0000
commitaed44005b26eb359025b33f10c8d588ab732d096 (patch)
treeffb129c53bb2207feb396d175bd15d22ff7daaa8 /gtk2_ardour/plugin_ui.h
parentefe14fbd5291fa25e373e2191b04907b679a7e2e (diff)
Merge some linux/windows VST GUI code.
git-svn-id: svn://localhost/ardour2/branches/3.0@10783 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/plugin_ui.h')
-rw-r--r--gtk2_ardour/plugin_ui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/plugin_ui.h b/gtk2_ardour/plugin_ui.h
index 95be14ceee..587001fcfe 100644
--- a/gtk2_ardour/plugin_ui.h
+++ b/gtk2_ardour/plugin_ui.h
@@ -46,6 +46,7 @@
#include <gtkmm/socket.h>
#include "ardour/types.h"
+#include "ardour/plugin.h"
#include "automation_controller.h"
#include "ardour_button.h"
@@ -57,6 +58,7 @@ namespace ARDOUR {
class LXVSTPlugin;
class IOProcessor;
class AUPlugin;
+ class Processor;
}
namespace PBD {