Index: Source/core/dom/ContainerNode.cpp |
diff --git a/Source/core/dom/ContainerNode.cpp b/Source/core/dom/ContainerNode.cpp |
index 18da27a211a3266cf488db6ba4fc89db1c263646..0ba4331437b1a7b8699c4ebb79d4622ac2bfcb2d 100644 |
--- a/Source/core/dom/ContainerNode.cpp |
+++ b/Source/core/dom/ContainerNode.cpp |
@@ -45,6 +45,7 @@ |
#include "core/events/MutationEvent.h" |
#include "core/html/HTMLCollection.h" |
#include "core/html/HTMLFrameOwnerElement.h" |
+#include "core/html/HTMLTagCollection.h" |
#include "core/html/RadioNodeList.h" |
#include "core/inspector/InspectorInstrumentation.h" |
#include "core/rendering/InlineTextBox.h" |