summaryrefslogtreecommitdiff
path: root/dom/grid/GridDimension.h
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/GridDimension.h
parentca04b379104159dfe7e73e513a32d65e765f4747 (diff)
downloaduxp-168bb31e4f89dc86ee81bd5a5e36da4b1c7ec499.tar.gz
Issue #80 - De-unify dom/grid
Diffstat (limited to 'dom/grid/GridDimension.h')
-rw-r--r--dom/grid/GridDimension.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dom/grid/GridDimension.h b/dom/grid/GridDimension.h
index 7a33735216..ec96354441 100644
--- a/dom/grid/GridDimension.h
+++ b/dom/grid/GridDimension.h
@@ -7,11 +7,13 @@
#ifndef mozilla_dom_GridDimension_h
#define mozilla_dom_GridDimension_h
+#include "mozilla/dom/GridBinding.h"
#include "nsWrapperCache.h"
namespace mozilla {
struct ComputedGridTrackInfo;
+struct ComputedGridLineInfo;
namespace dom {