summaryrefslogtreecommitdiffstats
path: root/dom/grid/GridLines.cpp
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2020-04-20 19:35:13 +0200
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-04-24 10:36:33 +0200
commit168bb31e4f89dc86ee81bd5a5e36da4b1c7ec499 (patch)
treeab1afac4e5d6d6f8b78e544164ab30e3d090aae6 /dom/grid/GridLines.cpp
parentca04b379104159dfe7e73e513a32d65e765f4747 (diff)
downloadUXP-168bb31e4f89dc86ee81bd5a5e36da4b1c7ec499.tar
UXP-168bb31e4f89dc86ee81bd5a5e36da4b1c7ec499.tar.gz
UXP-168bb31e4f89dc86ee81bd5a5e36da4b1c7ec499.tar.lz
UXP-168bb31e4f89dc86ee81bd5a5e36da4b1c7ec499.tar.xz
UXP-168bb31e4f89dc86ee81bd5a5e36da4b1c7ec499.zip
Issue #80 - De-unify dom/grid
Diffstat (limited to 'dom/grid/GridLines.cpp')
-rw-r--r--dom/grid/GridLines.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/grid/GridLines.cpp b/dom/grid/GridLines.cpp
index 898885346..2604eff6c 100644
--- a/dom/grid/GridLines.cpp
+++ b/dom/grid/GridLines.cpp
@@ -6,6 +6,7 @@
#include "GridLines.h"
+#include "GridArea.h"
#include "GridDimension.h"
#include "GridLine.h"
#include "mozilla/dom/GridBinding.h"