diff options
Diffstat (limited to 'include/ingen/ClientInterface.hpp')
-rw-r--r-- | include/ingen/ClientInterface.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/ingen/ClientInterface.hpp b/include/ingen/ClientInterface.hpp index c9ea9cd6..fc212850 100644 --- a/include/ingen/ClientInterface.hpp +++ b/include/ingen/ClientInterface.hpp @@ -22,9 +22,11 @@ #include <string> +#include "raul/URI.hpp" + #include "ingen/CommonInterface.hpp" -namespace Raul { class Path; class URI; } +namespace Raul { class Path; } namespace Ingen { |