summaryrefslogtreecommitdiff
path: root/libs/rubberband
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-05-13 16:47:13 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-05-13 16:47:13 +0000
commit5f6cd9882f9bb7db7428795db122d5b4d9eaf01b (patch)
tree7db6e38b4bfa7a385b640a7718e8300ef94807f3 /libs/rubberband
parent4ffb67a4df9761a2067de74f894299a631795057 (diff)
fixes for gcc 4.6 from bug #3771
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@9505 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/rubberband')
-rw-r--r--libs/rubberband/rubberband/RubberBandStretcher.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/rubberband/rubberband/RubberBandStretcher.h b/libs/rubberband/rubberband/RubberBandStretcher.h
index 1e676f229d..48343c70c9 100644
--- a/libs/rubberband/rubberband/RubberBandStretcher.h
+++ b/libs/rubberband/rubberband/RubberBandStretcher.h
@@ -19,6 +19,7 @@
#define RUBBERBAND_API_MAJOR_VERSION 2
#define RUBBERBAND_API_MINOR_VERSION 0
+#include <cstddef>
#include <vector>
/**