diff --git a/dom/base/CustomElementRegistry.cpp b/dom/base/CustomElementRegistry.cpp index 007dfcb4d5..b97115e7c4 100644 --- a/dom/base/CustomElementRegistry.cpp +++ b/dom/base/CustomElementRegistry.cpp @@ -15,6 +15,7 @@ #include "nsContentUtils.h" #include "nsHTMLTags.h" #include "jsapi.h" +#include "ShadowRoot.h" namespace mozilla { namespace dom {