No more disk-reader roll-delay
[ardour.git] / libs / ardour / ardour / stretch.h
index 56a255553133bc277fe353010a945bf4e96fd3a2..edca5fc44b4edac87dce1f37a1a73fbb8ba1c5cf 100644 (file)
@@ -25,6 +25,7 @@
 #endif
 
 #include "ardour/filter.h"
+#include "ardour/timefx_request.h"
 
 #ifdef USE_RUBBERBAND
 
@@ -32,7 +33,7 @@
 
 namespace ARDOUR {
 
-class RBStretch : public RBEffect {
+class LIBARDOUR_API RBStretch : public RBEffect {
   public:
        RBStretch (ARDOUR::Session&, TimeFXRequest&);
        ~RBStretch() {}
@@ -46,7 +47,7 @@ class RBStretch : public RBEffect {
 
 namespace ARDOUR {
 
-class STStretch : public Filter {
+class LIBARDOUR_API STStretch : public Filter {
   public:
        STStretch (ARDOUR::Session&, TimeFXRequest&);
        ~STStretch ();