summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/export_preset.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/export_preset.h')
-rw-r--r--libs/ardour/ardour/export_preset.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libs/ardour/ardour/export_preset.h b/libs/ardour/ardour/export_preset.h
index b24cc70dcf..b11ab75bab 100644
--- a/libs/ardour/ardour/export_preset.h
+++ b/libs/ardour/ardour/export_preset.h
@@ -26,12 +26,14 @@
#include "pbd/uuid.h"
#include "pbd/xml++.h"
+#include "ardour/libardour_visibility.h"
+
namespace ARDOUR
{
class Session;
-class ExportPreset {
+class LIBARDOUR_API ExportPreset {
public:
ExportPreset (std::string filename, Session & s);
~ExportPreset ();