diff options
| author | Alexander Valavanis <valavanisalex@gmail.com> | 2018-11-18 12:29:03 +0000 |
|---|---|---|
| committer | Alexander Valavanis <valavanisalex@gmail.com> | 2018-11-18 12:29:03 +0000 |
| commit | f1b212195dff9e5fdf18b89ba53e4238e987deb4 (patch) | |
| tree | 785610de33354aeef33a772cc324d7f0a5b8f4e5 /src/io/stream/uristream.cpp | |
| parent | Fix CMakeLists for stream classes (diff) | |
| download | inkscape-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.cpp | 2 |
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> |
