From f8ca7f3cf6f4a0e967eacfd2e1f9a8ae9625c015 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 14 Mar 2012 23:38:53 +0000 Subject: Use the host URI map/unmap when running as a plugin. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4058 a436a847-0d15-0410-975c-d299462d15a1 --- src/server/events/SetMetadata.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/server/events/SetMetadata.cpp') diff --git a/src/server/events/SetMetadata.cpp b/src/server/events/SetMetadata.cpp index 0603a150..5b2391bd 100644 --- a/src/server/events/SetMetadata.cpp +++ b/src/server/events/SetMetadata.cpp @@ -22,6 +22,9 @@ #include "raul/log.hpp" #include "raul/Maid.hpp" +#include "ingen/shared/LV2URIMap.hpp" +#include "ingen/shared/URIs.hpp" + #include "ClientBroadcaster.hpp" #include "ControlBindings.hpp" #include "CreateNode.hpp" @@ -37,7 +40,6 @@ #include "PortType.hpp" #include "SetMetadata.hpp" #include "SetPortValue.hpp" -#include "ingen/shared/LV2URIMap.hpp" #define LOG(s) s << "[SetMetadata] " -- cgit v1.2.1