X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fardour%2Fstretch.h;h=edca5fc44b4edac87dce1f37a1a73fbb8ba1c5cf;hb=7cc2e8c969e7b778af90f3b45a4c3fa3cbc90ef6;hp=0b0de1be574c8df6d5fafd0729ee46a657bd579c;hpb=9f77cd9e19cd639c24c99b214a436294a54eb49a;p=ardour.git diff --git a/libs/ardour/ardour/stretch.h b/libs/ardour/ardour/stretch.h index 0b0de1be57..edca5fc44b 100644 --- a/libs/ardour/ardour/stretch.h +++ b/libs/ardour/ardour/stretch.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2007 Paul Davis + Copyright (C) 2007 Paul Davis This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -20,7 +20,12 @@ #ifndef __ardour_stretch_h__ #define __ardour_stretch_h__ +#ifdef WAF_BUILD +#include "libardour-config.h" +#endif + #include "ardour/filter.h" +#include "ardour/timefx_request.h" #ifdef USE_RUBBERBAND @@ -28,7 +33,7 @@ namespace ARDOUR { -class RBStretch : public RBEffect { +class LIBARDOUR_API RBStretch : public RBEffect { public: RBStretch (ARDOUR::Session&, TimeFXRequest&); ~RBStretch() {} @@ -42,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 ();