diff options
author | Matt A. Tobin <email@mattatobin.com> | 2022-04-20 10:35:31 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2022-04-20 10:35:31 -0500 |
commit | a9218c8b212d51dc191e6002678509d77fbe5bc2 (patch) | |
tree | cd34f7df79f5bf034fff4b71ae6b678f6f923490 /layout/base | |
parent | e04d56d4b831e955895559c968459fb7499c4a48 (diff) | |
download | aura-central-a9218c8b212d51dc191e6002678509d77fbe5bc2.tar.gz |
[DEBUG] Fix building
Diffstat (limited to 'layout/base')
-rw-r--r-- | layout/base/nsCSSRendering.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/layout/base/nsCSSRendering.cpp b/layout/base/nsCSSRendering.cpp index 5e1ce69ab..e9ffc526b 100644 --- a/layout/base/nsCSSRendering.cpp +++ b/layout/base/nsCSSRendering.cpp @@ -21,6 +21,7 @@ #include "nsStyleConsts.h" #include "nsPresContext.h" #include "nsIFrame.h" +#include "nsIFrameInlines.h" #include "nsPoint.h" #include "nsRect.h" #include "nsIPresShell.h" |