diff options
Diffstat (limited to 'src/PatchageEvent.cpp')
-rw-r--r-- | src/PatchageEvent.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/PatchageEvent.cpp b/src/PatchageEvent.cpp index 2b2941b..08dc657 100644 --- a/src/PatchageEvent.cpp +++ b/src/PatchageEvent.cpp @@ -23,6 +23,8 @@ #include "PatchageEvent.hpp" #include "JackDriver.hpp" +using namespace std; + SharedPtr<PatchagePort> PatchageEvent::find_port(const Patchage* patchage, const PortRef& ref) |