summaryrefslogtreecommitdiffstats
path: root/layout/generic/nsBRFrame.cpp
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-04-29 16:55:02 +0000
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-05-06 19:06:06 +0200
commit975db4c7f0027992845dbd41fa66bef38f285dd9 (patch)
treea2b74667d081ccb3254671cafe7b7bb7d53b5529 /layout/generic/nsBRFrame.cpp
parent528abd534ef3e785d4a926a235e58f5c5179aef5 (diff)
downloadUXP-975db4c7f0027992845dbd41fa66bef38f285dd9.tar
UXP-975db4c7f0027992845dbd41fa66bef38f285dd9.tar.gz
UXP-975db4c7f0027992845dbd41fa66bef38f285dd9.tar.lz
UXP-975db4c7f0027992845dbd41fa66bef38f285dd9.tar.xz
UXP-975db4c7f0027992845dbd41fa66bef38f285dd9.zip
Issue #80 - De-unify layout/PITA... I mean layout/generic
Diffstat (limited to 'layout/generic/nsBRFrame.cpp')
-rw-r--r--layout/generic/nsBRFrame.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/layout/generic/nsBRFrame.cpp b/layout/generic/nsBRFrame.cpp
index 057210350..12c258674 100644
--- a/layout/generic/nsBRFrame.cpp
+++ b/layout/generic/nsBRFrame.cpp
@@ -6,6 +6,7 @@
/* rendering object for HTML <br> elements */
#include "nsCOMPtr.h"
+#include "nsContainerframe.h"
#include "nsFontMetrics.h"
#include "nsFrame.h"
#include "nsPresContext.h"