summaryrefslogtreecommitdiffstats
path: root/src/PatchageEvent.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-12-19 23:46:11 +0000
committerDavid Robillard <d@drobilla.net>2007-12-19 23:46:11 +0000
commit5ac95692d1b48aabdac324e57378e7a7da9becd9 (patch)
treee5232bb713416c19321ea5ab0212ed20d89748d5 /src/PatchageEvent.cpp
parente0354004d29f5351d308af7c6c99170a7c2cd209 (diff)
downloadpatchage-5ac95692d1b48aabdac324e57378e7a7da9becd9.tar.gz
patchage-5ac95692d1b48aabdac324e57378e7a7da9becd9.tar.bz2
patchage-5ac95692d1b48aabdac324e57378e7a7da9becd9.zip
Fix compiltion.
More tidying. git-svn-id: http://svn.drobilla.net/lad/patchage@987 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/PatchageEvent.cpp')
-rw-r--r--src/PatchageEvent.cpp2
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)