summaryrefslogtreecommitdiffstats
path: root/src/extension/system.cpp
diff options
context:
space:
mode:
authorAdrian Boguszewski <adrbogus1@student.pg.gda.pl>2016-07-28 11:07:49 +0000
committerAdrian Boguszewski <adrbogus1@student.pg.gda.pl>2016-07-28 11:07:49 +0000
commit96b9bde181430fc6d34f05cda90539acc0edfb89 (patch)
tree0124e9d99936cca35d24a05411d55cd1c351276e /src/extension/system.cpp
parentRemoved unused includes, decrease compilation time (diff)
downloadinkscape-96b9bde181430fc6d34f05cda90539acc0edfb89.tar.gz
inkscape-96b9bde181430fc6d34f05cda90539acc0edfb89.zip
Fixed failed build
(bzr r15026)
Diffstat (limited to 'src/extension/system.cpp')
-rw-r--r--src/extension/system.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/system.cpp b/src/extension/system.cpp
index 9d7d5fbc9..df9e967bc 100644
--- a/src/extension/system.cpp
+++ b/src/extension/system.cpp
@@ -38,7 +38,7 @@
#include "inkscape.h"
#include "document-undo.h"
#include "loader.h"
-
+#include <glibmm/miscutils.h>
namespace Inkscape {
namespace Extension {