Index: Source/core/html/HTMLDetailsElement.cpp |
diff --git a/Source/core/html/HTMLDetailsElement.cpp b/Source/core/html/HTMLDetailsElement.cpp |
index b2973cf2e51c0a53628532f26e3787bea9e39db5..20772b290b8b8bd83e3f939cbfd99bd92387a217 100644 |
--- a/Source/core/html/HTMLDetailsElement.cpp |
+++ b/Source/core/html/HTMLDetailsElement.cpp |
@@ -27,6 +27,7 @@ |
#include "core/HTMLNames.h" |
#include "core/dom/Text.h" |
#include "core/dom/shadow/ShadowRoot.h" |
+#include "core/events/Event.h" |
#include "core/events/EventSender.h" |
#include "core/html/HTMLContentElement.h" |
#include "core/html/HTMLDivElement.h" |