summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2006-10-03 01:04:11 +0000
committerDavid Robillard <d@drobilla.net>2006-10-03 01:04:11 +0000
commit960edd8f434bd6bedb6f635bc3cedeae9dbbb1e0 (patch)
tree5702b530640e7c897e00cb49f15a79eed81d7593 /src
parent8fe1516a7f3180dd2dab033e9b5e2828bdf168fd (diff)
downloadpatchage-960edd8f434bd6bedb6f635bc3cedeae9dbbb1e0.tar.gz
patchage-960edd8f434bd6bedb6f635bc3cedeae9dbbb1e0.tar.bz2
patchage-960edd8f434bd6bedb6f635bc3cedeae9dbbb1e0.zip
Working connection dragging/snap/etc.
git-svn-id: http://svn.drobilla.net/lad/patchage@149 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src')
-rw-r--r--src/PatchagePort.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/PatchagePort.h b/src/PatchagePort.h
index 7ebc995..ec069a3 100644
--- a/src/PatchagePort.h
+++ b/src/PatchagePort.h
@@ -22,6 +22,7 @@
#include <alsa/asoundlib.h>
#include <flowcanvas/Port.h>
#include <flowcanvas/Module.h>
+#include <boost/shared_ptr.hpp>
using namespace LibFlowCanvas;
using std::string; using std::list;