diff options
| author | Ted Gould <ted@gould.cx> | 2008-10-31 21:31:40 +0000 |
|---|---|---|
| committer | Ted Gould <ted@canonical.com> | 2008-10-31 21:31:40 +0000 |
| commit | 648c036c5b9a963e990c1fe02a05bb2db199616d (patch) | |
| tree | 48eca36ba98fc650f577bb7a5020bfcc038e4173 /src/xml/simple-node.cpp | |
| parent | Patch from Hannes Hochreiner to make it so that attributes on the root node c... (diff) | |
| download | inkscape-648c036c5b9a963e990c1fe02a05bb2db199616d.tar.gz inkscape-648c036c5b9a963e990c1fe02a05bb2db199616d.zip | |
Making it so that including simple-node.h will generate an error
(bzr r6889)
Diffstat (limited to '')
| -rw-r--r-- | src/xml/simple-node.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xml/simple-node.cpp b/src/xml/simple-node.cpp index 3cca393d2..7ecdc1b83 100644 --- a/src/xml/simple-node.cpp +++ b/src/xml/simple-node.cpp @@ -18,6 +18,7 @@ #include <string> #include <glib/gstrfuncs.h> +#include "xml/node.h" #include "xml/simple-node.h" #include "xml/node-event-vector.h" #include "xml/node-fns.h" |
