diff options
| author | Ted Gould <ted@gould.cx> | 2006-05-02 05:22:46 +0000 |
|---|---|---|
| committer | gouldtj <gouldtj@users.sourceforge.net> | 2006-05-02 05:22:46 +0000 |
| commit | 54be41e9990ca422a05f4b5fd4e0cf4dcc8e3542 (patch) | |
| tree | 2a12751eab7b59dfc1d976ce949842d0f8820449 /src/extension/implementation | |
| parent | r11146@tres: ted | 2006-03-27 22:27:01 -0800 (diff) | |
| download | inkscape-54be41e9990ca422a05f4b5fd4e0cf4dcc8e3542.tar.gz inkscape-54be41e9990ca422a05f4b5fd4e0cf4dcc8e3542.zip | |
r11147@tres: ted | 2006-03-27 22:30:08 -0800
Ah, need to tell you what a node is first eh?
(bzr r660)
Diffstat (limited to 'src/extension/implementation')
| -rw-r--r-- | src/extension/implementation/implementation.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/extension/implementation/implementation.h b/src/extension/implementation/implementation.h index ba25135fd..591859db7 100644 --- a/src/extension/implementation/implementation.h +++ b/src/extension/implementation/implementation.h @@ -20,6 +20,7 @@ #include "extension/extension-forward.h" #include "libnr/nr-forward.h" #include "libnr/nr-point.h" +#include "xml/node.h" namespace Inkscape { namespace Extension { |
