summaryrefslogtreecommitdiff
path: root/include/dom/dom.h
diff options
context:
space:
mode:
authorrsk1994 <rsk1coder99@gmail.com>2014-05-03 01:34:40 +0530
committerRupinder Singh Khokhar <rsk1coder99@gmail.com>2014-06-11 04:27:03 +0530
commit753e0130c0b53f1322af6e2ba46ff080b63f3ed1 (patch)
treebe5744e9dddaaec3b7b6d42a9a9158e79010cf8e /include/dom/dom.h
parent1eebcb51641843ea6acf773c02a0e8ea53b0b066 (diff)
downloadlibdom-753e0130c0b53f1322af6e2ba46ff080b63f3ed1.tar.gz
libdom-753e0130c0b53f1322af6e2ba46ff080b63f3ed1.tar.bz2
Paragraph 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 0988990..e2d0661 100644
--- a/include/dom/dom.h
+++ b/include/dom/dom.h
@@ -62,6 +62,7 @@
#include <dom/html/html_fieldset_element.h>
#include <dom/html/html_legend_element.h>
#include <dom/html/html_div_element.h>
+#include <dom/html/html_paragraph_element.h>
/* DOM Events header */
#include <dom/events/events.h>