summaryrefslogtreecommitdiff
path: root/libs/ardour/source_factory.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2008-02-24 02:28:25 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2008-02-24 02:28:25 +0000
commit6299560116cb1e024f214f4928aa88605a5cddff (patch)
tree9c650845530407546859816d567212fc2f53a34f /libs/ardour/source_factory.cc
parent7e531020180affdae2d98ddd93594e7a1e9b4721 (diff)
make canvas text scale with font scaler; prevent bogus values from putting NaN's into automation lines
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3118 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/source_factory.cc')
-rw-r--r--libs/ardour/source_factory.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/source_factory.cc b/libs/ardour/source_factory.cc
index 23a9c29c96..deb7e8b8e2 100644
--- a/libs/ardour/source_factory.cc
+++ b/libs/ardour/source_factory.cc
@@ -23,6 +23,7 @@
#include <pbd/error.h>
#include <pbd/convert.h>
#include <pbd/pthread_utils.h>
+#include <pbd/stacktrace.h>
#include <ardour/source_factory.h>
#include <ardour/sndfilesource.h>