summaryrefslogtreecommitdiff
path: root/libs/ardour/convolver.cc
diff options
context:
space:
mode:
authorJohn Emmas <johne53@tiscali.co.uk>2018-10-22 08:56:22 +0100
committerJohn Emmas <johne53@tiscali.co.uk>2018-10-22 08:56:22 +0100
commit947f6c78b2780a5b41e67d29472cde45c7eabdea (patch)
treee5d367acb1df55a239e7861ecbf34044fed70eff /libs/ardour/convolver.cc
parent16927d747fe994fc4a20c526e084a3142d662f87 (diff)
Remaining changes needed to build zita-convolver with MSVC
Diffstat (limited to 'libs/ardour/convolver.cc')
-rw-r--r--libs/ardour/convolver.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/ardour/convolver.cc b/libs/ardour/convolver.cc
index bd00dccbe5..d0caa8e669 100644
--- a/libs/ardour/convolver.cc
+++ b/libs/ardour/convolver.cc
@@ -34,6 +34,8 @@
using namespace ARDOUR::DSP;
using namespace ArdourZita;
+using ARDOUR::Session;
+
Convolver::Convolver (Session& session, std::string const& path, IRChannelConfig irc, uint32_t pre_delay)
: SessionHandleRef (session)
, _irc (irc)