diff options
Diffstat (limited to 'src/io/simple-sax.cpp')
| -rw-r--r-- | src/io/simple-sax.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/io/simple-sax.cpp b/src/io/simple-sax.cpp index 2ba103cd3..d8733858b 100644 --- a/src/io/simple-sax.cpp +++ b/src/io/simple-sax.cpp @@ -9,7 +9,8 @@ * Released under GNU GPL, read the file 'COPYING' for more information */ - +#include <string> +#include <cstring> #include "simple-sax.h" namespace Inkscape { |
