diff options
-rw-r--r-- | dom/base/ShadowRoot.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/base/ShadowRoot.h b/dom/base/ShadowRoot.h index 21c6e1733..68d806d39 100644 --- a/dom/base/ShadowRoot.h +++ b/dom/base/ShadowRoot.h @@ -15,6 +15,7 @@ #include "nsIdentifierMapEntry.h" #include "nsTHashtable.h" #include "nsXBLBinding.h" +#include "nsIDOMDocument.h" class nsIAtom; class nsIContent; |