diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-05-26 09:42:49 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-05-26 09:42:49 +0200 |
commit | 101c06946e6174734e494d260fa53d78255fea89 (patch) | |
tree | c824c92188adace544f520fbe86c3197808ee49d /dom/base/ShadowRoot.h | |
parent | be3acde802e7d24207dfc6c6d2e88225f063baf6 (diff) | |
download | uxp-101c06946e6174734e494d260fa53d78255fea89.tar.gz |
Issue #1564 - Fix debug build dependencies for g4jc
Diffstat (limited to 'dom/base/ShadowRoot.h')
-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 21c6e1733d..68d806d390 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; |