summaryrefslogtreecommitdiffstats
path: root/src/object/uri.cpp
diff options
context:
space:
mode:
authorThomas Holder <thomas@thomas-holder.de>2018-11-04 22:10:58 +0000
committerThomas Holder <thomas@thomas-holder.de>2018-11-04 22:10:58 +0000
commitd88d4b7362a638dcd341270147b3609aea223aa6 (patch)
treecac8cc169dfb9a7daeec556c131dc3e31c2f7702 /src/object/uri.cpp
parent1. Fix fullscreen mode from command line. (diff)
downloadinkscape-d88d4b7362a638dcd341270147b3609aea223aa6.tar.gz
inkscape-d88d4b7362a638dcd341270147b3609aea223aa6.zip
include <cstring>
fixes compiling on Linux Mint 18.3
Diffstat (limited to 'src/object/uri.cpp')
-rw-r--r--src/object/uri.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/object/uri.cpp b/src/object/uri.cpp
index 499e4456c..ce0953501 100644
--- a/src/object/uri.cpp
+++ b/src/object/uri.cpp
@@ -10,6 +10,8 @@
#include "uri.h"
+#include <cstring>
+
#include <giomm/contenttype.h>
#include <giomm/file.h>
#include <glibmm/base64.h>