diff options
author | Moonchild <moonchild@palemoon.org> | 2020-04-30 16:41:13 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-04-30 16:41:13 +0000 |
commit | ae707c8dbb26942e11c231965afc3505ba2f7d93 (patch) | |
tree | 92cd2f822be4867ee9ecc0dc9312b55367655f0a /layout/style/nsCSSPseudoClassList.h | |
parent | a78a87502d9973893d2d19daa17e75bc1a1043ca (diff) | |
download | uxp-ae707c8dbb26942e11c231965afc3505ba2f7d93.tar.gz |
Issue #80 - De-unify layout/style
Diffstat (limited to 'layout/style/nsCSSPseudoClassList.h')
-rw-r--r-- | layout/style/nsCSSPseudoClassList.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/layout/style/nsCSSPseudoClassList.h b/layout/style/nsCSSPseudoClassList.h index 12f43af5b0..7f620ec32f 100644 --- a/layout/style/nsCSSPseudoClassList.h +++ b/layout/style/nsCSSPseudoClassList.h @@ -38,6 +38,8 @@ * automatically defined to CSS_PSEUDO_CLASS. */ +#include "nsCSSPseudoElements.h" + // OUTPUT_CLASS=nsCSSPseudoClasses // MACRO_NAME=CSS_PSEUDO_CLASS |