Code

Updating the includes on these files because they need to include simple-node.h as...
authorTed Gould <ted@canonical.com>
Sun, 23 Nov 2008 04:51:14 +0000 (22:51 -0600)
committerTed Gould <ted@canonical.com>
Sun, 23 Nov 2008 04:51:14 +0000 (22:51 -0600)
src/jabber_whiteboard/inkboard-document.h
src/jabber_whiteboard/inkboard-node.cpp

index 419ac485cd4b1c2c5776fb85cf6c4236d78d9b57..a4a82c6fbf828d1aeaaf7ee8bfb1a05a1ba71083 100644 (file)
@@ -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"
index f84053b655d5a9c83e6738da3d8711096d4c5f96..4d24cf72a309ebcd2cd2a6eef21dac1cbe0e515e 100644 (file)
@@ -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"