From 3caceeb539b1bfe8729f1c9e8e45a9e4e65e72e1 Mon Sep 17 00:00:00 2001 From: New Tobin Paradigm Date: Thu, 23 Apr 2020 19:26:31 -0400 Subject: Issue #80 - Include nsIContentInlines.h in dom/svg/SVGTests.cpp to fix linux bustage --- dom/svg/SVGTests.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'dom') diff --git a/dom/svg/SVGTests.cpp b/dom/svg/SVGTests.cpp index 963ac27e4..03b205f67 100644 --- a/dom/svg/SVGTests.cpp +++ b/dom/svg/SVGTests.cpp @@ -11,6 +11,7 @@ #include "nsCharSeparatedTokenizer.h" #include "nsStyleUtil.h" #include "mozilla/Preferences.h" +#include "nsIContentInlines.h" namespace mozilla { namespace dom { -- cgit v1.2.3