diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2013-09-20 00:29:43 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2013-09-20 00:29:43 +0000 |
| commit | 62ccb3999c5a5ec6f94de993d5b8a903f98adb5c (patch) | |
| tree | e31e7a876c2d4b6300351548000811f29365db6c | |
| parent | update to trunk (diff) | |
| download | inkscape-62ccb3999c5a5ec6f94de993d5b8a903f98adb5c.tar.gz inkscape-62ccb3999c5a5ec6f94de993d5b8a903f98adb5c.zip | |
Fixed ~sub advertising for a compile problem
(bzr r11950.1.143)
| -rw-r--r-- | src/ui/tool/node-tool.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/tool/node-tool.h b/src/ui/tool/node-tool.h index ce022cec6..4500c5de0 100644 --- a/src/ui/tool/node-tool.h +++ b/src/ui/tool/node-tool.h @@ -14,6 +14,7 @@ #include <boost/ptr_container/ptr_map.hpp> #include <glib.h> #include "event-context.h" +#include "selection.h" namespace Inkscape { namespace Display { |
