summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/controllable_descriptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/pbd/pbd/controllable_descriptor.h')
-rw-r--r--libs/pbd/pbd/controllable_descriptor.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libs/pbd/pbd/controllable_descriptor.h b/libs/pbd/pbd/controllable_descriptor.h
index 6b0d733656..b234dbd293 100644
--- a/libs/pbd/pbd/controllable_descriptor.h
+++ b/libs/pbd/pbd/controllable_descriptor.h
@@ -23,9 +23,11 @@
#include <string>
#include <stdint.h>
+#include "pbd/libpbd_visibility.h"
+
namespace PBD {
-class ControllableDescriptor {
+class LIBPBD_API ControllableDescriptor {
public:
enum TopLevelType {
RemoteControlID,