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-11 04:27:10 +0530
commit1dd1c7617aae1a4bd285d83a3c73d5d2f53761d7 (patch)
tree9f939c0616a1761e4db2a0ec5ab788b224713641 /include/dom/dom.h
parent3c9d9494222d81c207cc09a7686cca50db109c0b (diff)
downloadlibdom-1dd1c7617aae1a4bd285d83a3c73d5d2f53761d7.tar.gz
libdom-1dd1c7617aae1a4bd285d83a3c73d5d2f53761d7.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>