summaryrefslogtreecommitdiff
path: root/layout/base
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2022-04-20 10:35:31 -0500
committerMatt A. Tobin <email@mattatobin.com>2022-04-20 10:35:31 -0500
commita9218c8b212d51dc191e6002678509d77fbe5bc2 (patch)
treecd34f7df79f5bf034fff4b71ae6b678f6f923490 /layout/base
parente04d56d4b831e955895559c968459fb7499c4a48 (diff)
downloadaura-central-a9218c8b212d51dc191e6002678509d77fbe5bc2.tar.gz
[DEBUG] Fix building
Diffstat (limited to 'layout/base')
-rw-r--r--layout/base/nsCSSRendering.cpp1
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"