summaryrefslogtreecommitdiffstats
path: root/dom/html/HTMLLabelElement.cpp
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2020-04-21 14:58:19 +0200
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-04-24 10:37:08 +0200
commit691878e20f7080340642784e3009a52e71f003bc (patch)
tree6ca361de111b1ce9566df59ac3ffc352e6a6bfbb /dom/html/HTMLLabelElement.cpp
parentbf1fa93b9174c7acbc983c1f6bcb4048f5f2ee4a (diff)
downloadUXP-691878e20f7080340642784e3009a52e71f003bc.tar
UXP-691878e20f7080340642784e3009a52e71f003bc.tar.gz
UXP-691878e20f7080340642784e3009a52e71f003bc.tar.lz
UXP-691878e20f7080340642784e3009a52e71f003bc.tar.xz
UXP-691878e20f7080340642784e3009a52e71f003bc.zip
Issue #80 - De-unify dom/html
Diffstat (limited to 'dom/html/HTMLLabelElement.cpp')
-rw-r--r--dom/html/HTMLLabelElement.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/html/HTMLLabelElement.cpp b/dom/html/HTMLLabelElement.cpp
index d1c037336..ec36c8b99 100644
--- a/dom/html/HTMLLabelElement.cpp
+++ b/dom/html/HTMLLabelElement.cpp
@@ -8,6 +8,7 @@
* Implementation of HTML <label> elements.
*/
#include "HTMLLabelElement.h"
+#include "HTMLFormElement.h"
#include "mozilla/EventDispatcher.h"
#include "mozilla/MouseEvents.h"
#include "mozilla/dom/HTMLLabelElementBinding.h"