diff options
Diffstat (limited to 'include/ingen/client')
-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 { |