diff options
author | David Robillard <d@drobilla.net> | 2012-03-14 23:38:53 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-03-14 23:38:53 +0000 |
commit | f8ca7f3cf6f4a0e967eacfd2e1f9a8ae9625c015 (patch) | |
tree | a1e7bff65900df78c2283fec7093454a18340195 /include/ingen/client/ClientStore.hpp | |
parent | 31f009967ea0a1664c05d38ea1c126e0c678b20a (diff) | |
download | ingen-f8ca7f3cf6f4a0e967eacfd2e1f9a8ae9625c015.tar.gz ingen-f8ca7f3cf6f4a0e967eacfd2e1f9a8ae9625c015.tar.bz2 ingen-f8ca7f3cf6f4a0e967eacfd2e1f9a8ae9625c015.zip |
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
Diffstat (limited to 'include/ingen/client/ClientStore.hpp')
-rw-r--r-- | include/ingen/client/ClientStore.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ingen/client/ClientStore.hpp b/include/ingen/client/ClientStore.hpp index 12392db6..b6042086 100644 --- a/include/ingen/client/ClientStore.hpp +++ b/include/ingen/client/ClientStore.hpp @@ -36,6 +36,8 @@ namespace Raul { class Atom; } namespace Ingen { +namespace Shared { class URIs; } + class GraphObject; namespace Client { |