summaryrefslogtreecommitdiffstats
path: root/src/engine/LV2Node.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-09-30 07:49:45 +0000
committerDavid Robillard <d@drobilla.net>2010-09-30 07:49:45 +0000
commit6a0bf109a7136eba01504842930ac070d1f55ee8 (patch)
tree816ac82ae8fbf93f013d7b1ff817fbbe71d7b0e6 /src/engine/LV2Node.cpp
parentfecf51ec1c982a7c15dc895122b36c36d9d8eb8a (diff)
downloadingen-6a0bf109a7136eba01504842930ac070d1f55ee8.tar.gz
ingen-6a0bf109a7136eba01504842930ac070d1f55ee8.tar.bz2
ingen-6a0bf109a7136eba01504842930ac070d1f55ee8.zip
Trim include tree.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2618 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/engine/LV2Node.cpp')
-rw-r--r--src/engine/LV2Node.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/LV2Node.cpp b/src/engine/LV2Node.cpp
index 84835f10..872a7b83 100644
--- a/src/engine/LV2Node.cpp
+++ b/src/engine/LV2Node.cpp
@@ -26,6 +26,7 @@
#include "InputPort.hpp"
#include "LV2Node.hpp"
#include "LV2Plugin.hpp"
+#include "LV2URIMap.hpp"
#include "EventBuffer.hpp"
#include "OutputPort.hpp"
#include "ProcessContext.hpp"