From f2d2f84a3875b3c50194b999a4cda278cdc34edb Mon Sep 17 00:00:00 2001 From: New Tobin Paradigm Date: Thu, 23 Apr 2020 19:26:31 -0400 Subject: [PATCH] Issue #80 - Include nsIContentInlines.h in dom/svg/SVGTests.cpp to fix linux bustage --- dom/svg/SVGTests.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/dom/svg/SVGTests.cpp b/dom/svg/SVGTests.cpp index 963ac27e46..03b205f679 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 {