summaryrefslogtreecommitdiffstats
path: root/src/io/stream/uristream.cpp
diff options
context:
space:
mode:
authorAlexander Valavanis <valavanisalex@gmail.com>2018-11-18 12:29:03 +0000
committerAlexander Valavanis <valavanisalex@gmail.com>2018-11-18 12:29:03 +0000
commitf1b212195dff9e5fdf18b89ba53e4238e987deb4 (patch)
tree785610de33354aeef33a772cc324d7f0a5b8f4e5 /src/io/stream/uristream.cpp
parentFix CMakeLists for stream classes (diff)
downloadinkscape-f1b212195dff9e5fdf18b89ba53e4238e987deb4.tar.gz
inkscape-f1b212195dff9e5fdf18b89ba53e4238e987deb4.zip
Fix stream class locations
Diffstat (limited to 'src/io/stream/uristream.cpp')
-rw-r--r--src/io/stream/uristream.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/io/stream/uristream.cpp b/src/io/stream/uristream.cpp
index 2ff7460e0..1596919d1 100644
--- a/src/io/stream/uristream.cpp
+++ b/src/io/stream/uristream.cpp
@@ -13,7 +13,7 @@
#include "uristream.h"
-#include "sys.h"
+#include "io/sys.h"
#include <string>
#include <cstring>