diff options
| author | su_v <suv-sf@users.sourceforge.net> | 2014-01-23 21:12:22 +0000 |
|---|---|---|
| committer | ~suv <suv-sf@users.sourceforge.net> | 2014-01-23 21:12:22 +0000 |
| commit | d9fbd1a23235bc8725574f61e156e0992ecc83bf (patch) | |
| tree | 4674f4599acb0f4b8c4bf3929e8e2401c8e74ba0 /src/document.cpp | |
| parent | Make sure we're not interfering with right or middle click with undo preventi... (diff) | |
| download | inkscape-d9fbd1a23235bc8725574f61e156e0992ecc83bf.tar.gz inkscape-d9fbd1a23235bc8725574f61e156e0992ecc83bf.zip | |
Fix GTK3 build failure (follow-up to r12971)
Fixed bugs:
- https://launchpad.net/bugs/1271802
(bzr r12975)
Diffstat (limited to 'src/document.cpp')
| -rw-r--r-- | src/document.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/document.cpp b/src/document.cpp index 499601259..b7f5cb097 100644 --- a/src/document.cpp +++ b/src/document.cpp @@ -67,6 +67,8 @@ #include "xml/rebase-hrefs.h" #include "libcroco/cr-cascade.h" +#include <glibmm/miscutils.h> + using Inkscape::DocumentUndo; using Inkscape::Util::unit_table; |
