summaryrefslogtreecommitdiffstats
path: root/src/xml/repr-io.cpp
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2013-03-25 17:42:31 +0000
committerAlex Valavanis <valavanisalex@googlemail.com>2013-03-25 17:42:31 +0000
commit0cdd007ebf8dcfbd39c1d36ab53f43617eb692df (patch)
tree0ac5146d9316011fa285ff0733c30acddfcab965 /src/xml/repr-io.cpp
parentTranslations. Fix for Bug #837962 (Untranslatable and not localized strings). (diff)
downloadinkscape-0cdd007ebf8dcfbd39c1d36ab53f43617eb692df.tar.gz
inkscape-0cdd007ebf8dcfbd39c1d36ab53f43617eb692df.zip
Workaround usage of deprecated glib symbols in 3rd party libraries
Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243)
Diffstat (limited to 'src/xml/repr-io.cpp')
-rw-r--r--src/xml/repr-io.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xml/repr-io.cpp b/src/xml/repr-io.cpp
index 1258617c7..1b6116936 100644
--- a/src/xml/repr-io.cpp
+++ b/src/xml/repr-io.cpp
@@ -37,6 +37,8 @@
#include "preferences.h"
+#include <glibmm/miscutils.h>
+
using Inkscape::IO::Writer;
using Inkscape::Util::List;
using Inkscape::Util::cons;