LV2: don't leave active plugins deactivated after latency-compute-run
[ardour.git] / libs / ardour / audiofilesource.cc
index 299b5a2bb5480ccaecdbaa22a3ba9a249193c3b9..9c1b969190c530d8cb2ec95b066b1b02b0c349a1 100644 (file)
 
 #include "pbd/convert.h"
 #include "pbd/basename.h"
+#include "pbd/file_utils.h"
 #include "pbd/mountpoint.h"
 #include "pbd/stl_delete.h"
 #include "pbd/strsplit.h"
 #include "pbd/shortpath.h"
+#include "pbd/stacktrace.h"
 #include "pbd/enumwriter.h"
 
 #include <sndfile.h>
@@ -412,3 +414,4 @@ AudioFileSource::get_interleave_buffer (framecnt_t size)
 
        return ssb->buf;
 }
+