diff options
| author | VinÃcius dos Santos Oliveira <vini.ipsmaker@gmail.com> | 2014-05-08 00:59:39 +0000 |
|---|---|---|
| committer | VinÃcius dos Santos Oliveira <vini.ipsmaker@gmail.com> | 2014-05-08 00:59:39 +0000 |
| commit | 267adec8dfa7797915cff84b463fef5f9570a6e4 (patch) | |
| tree | 2580dea1021dff4f4cf56f750c978fe251de0868 /src/ui/tools/node-tool.h | |
| parent | Documentation. Advanced tutorial update (not fully translated). (diff) | |
| parent | adding const _pathmanipulatos staff to handles (handles also have tips) (diff) | |
| download | inkscape-267adec8dfa7797915cff84b463fef5f9570a6e4.tar.gz inkscape-267adec8dfa7797915cff84b463fef5f9570a6e4.zip | |
Merging Jabier's spirolive+bspline branch
(bzr r13341.2.1)
Diffstat (limited to '')
| -rw-r--r-- | src/ui/tools/node-tool.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/tools/node-tool.h b/src/ui/tools/node-tool.h index 4d15ab70e..42f89cd1c 100644 --- a/src/ui/tools/node-tool.h +++ b/src/ui/tools/node-tool.h @@ -15,6 +15,9 @@ #include <glib.h> #include "ui/tools/tool-base.h" +// we need it to call it from Live Effect +#include "selection.h" + namespace Inkscape { namespace Display { class TemporaryItem; |
