summaryrefslogtreecommitdiffstats
path: root/src/xml/simple-node.cpp
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2008-10-31 21:31:40 +0000
committerTed Gould <ted@canonical.com>2008-10-31 21:31:40 +0000
commit648c036c5b9a963e990c1fe02a05bb2db199616d (patch)
tree48eca36ba98fc650f577bb7a5020bfcc038e4173 /src/xml/simple-node.cpp
parentPatch from Hannes Hochreiner to make it so that attributes on the root node c... (diff)
downloadinkscape-648c036c5b9a963e990c1fe02a05bb2db199616d.tar.gz
inkscape-648c036c5b9a963e990c1fe02a05bb2db199616d.zip
Making it so that including simple-node.h will generate an error
(bzr r6889)
Diffstat (limited to 'src/xml/simple-node.cpp')
-rw-r--r--src/xml/simple-node.cpp1
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"