summaryrefslogtreecommitdiff
path: root/include/dom/dom.h
diff options
context:
space:
mode:
authorrsk1994 <rsk1coder99@gmail.com>2014-05-19 06:52:56 +0530
committerRupinder Singh Khokhar <rsk1coder99@gmail.com>2014-06-21 17:37:13 +0530
commita46446704cc16e351e0b058a85297854060c8dfe (patch)
tree09ea33469894b6f417e975fe578f87db61b1b553 /include/dom/dom.h
parentcf66b47a6f36bf3ede542a6e63b9993df3a04927 (diff)
downloadlibdom-a46446704cc16e351e0b058a85297854060c8dfe.tar.gz
libdom-a46446704cc16e351e0b058a85297854060c8dfe.tar.bz2
TableCell Element & possible bug fix on TableCaption ELement
Diffstat (limited to 'include/dom/dom.h')
-rw-r--r--include/dom/dom.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dom/dom.h b/include/dom/dom.h
index b19a298..fac1dac 100644
--- a/include/dom/dom.h
+++ b/include/dom/dom.h
@@ -83,6 +83,7 @@
#include <dom/html/html_map_element.h>
#include <dom/html/html_script_element.h>
#include <dom/html/html_tablecaption_element.h>
+#include <dom/html/html_tablecell_element.h>
/* DOM Events header */
#include <dom/events/events.h>