summaryrefslogtreecommitdiff
path: root/libs/surfaces/websockets/component.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/surfaces/websockets/component.h')
-rw-r--r--libs/surfaces/websockets/component.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/surfaces/websockets/component.h b/libs/surfaces/websockets/component.h
index 323e2d5d7b..b2edead1ce 100644
--- a/libs/surfaces/websockets/component.h
+++ b/libs/surfaces/websockets/component.h
@@ -19,6 +19,8 @@
#ifndef _ardour_surface_websockets_component_h_
#define _ardour_surface_websockets_component_h_
+#include "control_protocol/basic_ui.h"
+
#include <glibmm.h>
#include "ardour/session.h"
@@ -51,6 +53,7 @@ public:
return 0;
}
+ BasicUI& basic_ui () const;
PBD::EventLoop* event_loop () const;
Glib::RefPtr<Glib::MainLoop> main_loop () const;
ARDOUR::Session& session () const;