summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/export_channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/export_channel.h')
-rw-r--r--libs/ardour/ardour/export_channel.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libs/ardour/ardour/export_channel.h b/libs/ardour/ardour/export_channel.h
index 96b9c1eda2..f51578c80c 100644
--- a/libs/ardour/ardour/export_channel.h
+++ b/libs/ardour/ardour/export_channel.h
@@ -27,7 +27,8 @@
#include <boost/shared_ptr.hpp>
#include <boost/operators.hpp>
-#include "ardour/audioregion.h"
+#include "pbd/signals.h"
+
#include "ardour/buffer_set.h"
namespace ARDOUR {
@@ -35,6 +36,7 @@ namespace ARDOUR {
class Session;
class AudioTrack;
class AudioPort;
+class AudioRegion;
/// Export channel base class interface for different source types
class ExportChannel : public boost::less_than_comparable<ExportChannel>