diff options
| author | Thomas Holder <thomas@thomas-holder.de> | 2018-11-04 22:10:58 +0000 |
|---|---|---|
| committer | Thomas Holder <thomas@thomas-holder.de> | 2018-11-04 22:10:58 +0000 |
| commit | d88d4b7362a638dcd341270147b3609aea223aa6 (patch) | |
| tree | cac8cc169dfb9a7daeec556c131dc3e31c2f7702 /src/object/uri.cpp | |
| parent | 1. Fix fullscreen mode from command line. (diff) | |
| download | inkscape-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.cpp | 2 |
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> |
