summaryrefslogtreecommitdiff
path: root/libs/ardour/rb_effect.cc
diff options
context:
space:
mode:
authorNils Philippsen <nils@tiptoe.de>2013-10-26 16:58:14 +0200
committerNils Philippsen <nils@tiptoe.de>2013-10-28 09:06:09 +0100
commit5f00d2f3a7afaccaeb9f3057d55d5e1e59c54e47 (patch)
treeee5d0f92979a21ad710e0712815d5e1a56ab9c91 /libs/ardour/rb_effect.cc
parent85fd343145c3ce1e2e5804c75aeccd03cf2c38a3 (diff)
allow linking unbundled versions of some libraries
(libltc, rubberband, taglib, vamp-sdk)
Diffstat (limited to 'libs/ardour/rb_effect.cc')
-rw-r--r--libs/ardour/rb_effect.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/ardour/rb_effect.cc b/libs/ardour/rb_effect.cc
index a5d47d2668..804b79f87d 100644
--- a/libs/ardour/rb_effect.cc
+++ b/libs/ardour/rb_effect.cc
@@ -20,8 +20,9 @@
#include <algorithm>
#include <cmath>
+#include <rubberband/RubberBandStretcher.h>
+
#include "pbd/error.h"
-#include "rubberband/RubberBandStretcher.h"
#include "ardour/audioregion.h"
#include "ardour/audiosource.h"