add export visibility macros across libardour
[ardour.git] / libs / ardour / ardour / export_timespan.h
index 5cb32dbb1a0d0d433ef3117b3fb5441a86334927..754335ba48f0a552971a5c2f8ba0a143060ab159 100644 (file)
@@ -25,6 +25,7 @@
 
 #include <boost/shared_ptr.hpp>
 
+#include "ardour/libardour_visibility.h"
 #include "ardour/types.h"
 
 namespace ARDOUR
@@ -34,7 +35,7 @@ class ExportStatus;
 class ExportChannel;
 class ExportTempFile;
 
-class ExportTimespan
+class LIBARDOUR_API ExportTimespan
 {
   private:
        typedef boost::shared_ptr<ExportStatus> ExportStatusPtr;