summaryrefslogtreecommitdiffstats
path: root/src/io/uristream.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/io/uristream.h')
-rw-r--r--src/io/uristream.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/io/uristream.h b/src/io/uristream.h
index 92fc0f76f..f51df6e74 100644
--- a/src/io/uristream.h
+++ b/src/io/uristream.h
@@ -15,13 +15,16 @@
*/
-#include <uri.h>
+#include "object/uri.h"
#include "inkscapestream.h"
namespace Inkscape
{
+
+class URI;
+
namespace IO
{