diff options
| author | Ted Gould <ted@gould.cx> | 2008-11-23 04:51:14 +0000 |
|---|---|---|
| committer | Ted Gould <ted@canonical.com> | 2008-11-23 04:51:14 +0000 |
| commit | d69c493d1837dad9b50d8157bb3d2ebd028e8232 (patch) | |
| tree | ea1709323821e28d1a500a00a2bb1c536d1c3451 /src | |
| parent | Merging in the OpenMP work from the mailing list with some improved build files. (diff) | |
| download | inkscape-d69c493d1837dad9b50d8157bb3d2ebd028e8232.tar.gz inkscape-d69c493d1837dad9b50d8157bb3d2ebd028e8232.zip | |
Updating the includes on these files because they need to include simple-node.h as they ARE using the implementation.
(bzr r6894)
Diffstat (limited to 'src')
| -rw-r--r-- | src/jabber_whiteboard/inkboard-document.h | 1 | ||||
| -rw-r--r-- | src/jabber_whiteboard/inkboard-node.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/jabber_whiteboard/inkboard-document.h b/src/jabber_whiteboard/inkboard-document.h index 419ac485c..a4a82c6fb 100644 --- a/src/jabber_whiteboard/inkboard-document.h +++ b/src/jabber_whiteboard/inkboard-document.h @@ -16,6 +16,7 @@ #include "document.h" #include "xml/document.h" +#include "xml/node.h" #include "xml/simple-node.h" #include "xml/node-observer.h" #include "jabber_whiteboard/defines.h" diff --git a/src/jabber_whiteboard/inkboard-node.cpp b/src/jabber_whiteboard/inkboard-node.cpp index f84053b65..4d24cf72a 100644 --- a/src/jabber_whiteboard/inkboard-node.cpp +++ b/src/jabber_whiteboard/inkboard-node.cpp @@ -16,6 +16,7 @@ #include "pedro/pedrodom.h" +#include "xml/node.h" #include "xml/attribute-record.h" #include "xml/element-node.h" #include "xml/text-node.h" |
