diff options
author | Moonchild <moonchild@palemoon.org> | 2020-04-30 21:45:28 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-04-30 21:45:28 +0000 |
commit | 4aafee310e2833cc916ba5ae8435a4b156fd278b (patch) | |
tree | 0287c3ae52d9195d90b19af96291800e4a1edf4f /layout/tables/FixedTableLayoutStrategy.cpp | |
parent | 6e8e1b36dd44668c2428c329383c58427888a2b4 (diff) | |
download | uxp-4aafee310e2833cc916ba5ae8435a4b156fd278b.tar.gz |
Issue #80 - De-unify layout/tables
Diffstat (limited to 'layout/tables/FixedTableLayoutStrategy.cpp')
-rw-r--r-- | layout/tables/FixedTableLayoutStrategy.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/layout/tables/FixedTableLayoutStrategy.cpp b/layout/tables/FixedTableLayoutStrategy.cpp index 4277657958..d69946a334 100644 --- a/layout/tables/FixedTableLayoutStrategy.cpp +++ b/layout/tables/FixedTableLayoutStrategy.cpp @@ -15,6 +15,10 @@ #include "nsTableCellFrame.h" #include <algorithm> +#include "mozilla/WritingModes.h" + +using namespace mozilla; + FixedTableLayoutStrategy::FixedTableLayoutStrategy(nsTableFrame *aTableFrame) : nsITableLayoutStrategy(nsITableLayoutStrategy::Fixed) , mTableFrame(aTableFrame) |