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
commit2b87ff19433e1ced046a3967887416c85561606c (patch)
tree2ae907eb7d4e8533af2c926829cb43d7b49ba58c /include/dom/dom.h
parent7d2a3a352e8deeef4cbd1da03b8eb6ff113054b6 (diff)
downloadlibdom-2b87ff19433e1ced046a3967887416c85561606c.tar.gz
libdom-2b87ff19433e1ced046a3967887416c85561606c.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>