make sure that rec-enable changes get to do their non-RT stuff before being queued...
[ardour.git] / libs / ardour / ardour / export_preset.h
index b24cc70dcf0c9d129ab92a5e6b201c1e155f06a8..b11ab75babcc985f63421bbf268359b133285c60 100644 (file)
 #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 ();