From 017e16c530bb1a9f186aa81893089dc79b4ddc24 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 31 Aug 2006 19:17:00 +0000 Subject: Merged with trunk R879 git-svn-id: svn://localhost/ardour2/branches/midi@880 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/source_factory.cc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'libs/ardour/source_factory.cc') diff --git a/libs/ardour/source_factory.cc b/libs/ardour/source_factory.cc index 2fcdd29033..61a7659a5e 100644 --- a/libs/ardour/source_factory.cc +++ b/libs/ardour/source_factory.cc @@ -24,6 +24,10 @@ #include #include +#ifdef HAVE_COREAUDIO +#include +#endif + #include "i18n.h" using namespace ARDOUR; @@ -32,8 +36,6 @@ using namespace std; sigc::signal > SourceFactory::SourceCreated; #ifdef HAVE_COREAUDIO - - boost::shared_ptr SourceFactory::create (const XMLNode& node) { -- cgit v1.2.3