summaryrefslogtreecommitdiffstats
path: root/dom/grid/GridLines.h
diff options
context:
space:
mode:
Diffstat (limited to 'dom/grid/GridLines.h')
-rw-r--r--dom/grid/GridLines.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/dom/grid/GridLines.h b/dom/grid/GridLines.h
index 921168204..784fe2d28 100644
--- a/dom/grid/GridLines.h
+++ b/dom/grid/GridLines.h
@@ -7,10 +7,15 @@
#ifndef mozilla_dom_GridLines_h
#define mozilla_dom_GridLines_h
-#include "nsTArray.h"
+#include "mozilla/dom/GridBinding.h"
+#include "nsGridContainerFrame.h"
#include "nsWrapperCache.h"
namespace mozilla {
+
+struct ComputedGridTrackInfo;
+struct ComputedGridLineInfo;
+
namespace dom {
class GridDimension;