summaryrefslogtreecommitdiff
path: root/include/dom/dom.h
diff options
context:
space:
mode:
authorrsk1994 <rsk1coder99@gmail.com>2014-05-02 13:12:37 +0530
committerRupinder Singh Khokhar <rsk1coder99@gmail.com>2014-06-11 04:27:03 +0530
commit1eebcb51641843ea6acf773c02a0e8ea53b0b066 (patch)
tree2ae907eb7d4e8533af2c926829cb43d7b49ba58c /include/dom/dom.h
parent1e595d6e27a62568241afd4db558d2947f92bf43 (diff)
downloadlibdom-1eebcb51641843ea6acf773c02a0e8ea53b0b066.tar.gz
libdom-1eebcb51641843ea6acf773c02a0e8ea53b0b066.tar.bz2
Div 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 fb5e2f1..0988990 100644
--- a/include/dom/dom.h
+++ b/include/dom/dom.h
@@ -61,6 +61,7 @@
#include <dom/html/html_menu_element.h>
#include <dom/html/html_fieldset_element.h>
#include <dom/html/html_legend_element.h>
+#include <dom/html/html_div_element.h>
/* DOM Events header */
#include <dom/events/events.h>