summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/dom/dom.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/dom/dom.h b/include/dom/dom.h
index c99a044..917c114 100644
--- a/include/dom/dom.h
+++ b/include/dom/dom.h
@@ -37,6 +37,9 @@
#include <dom/core/typeinfo.h>
#include <dom/core/comment.h>
+/* DOM HTML headers */
+#include <dom/html/html_element.h>
+
/* DOM Events header */
#include <dom/events/events.h>