From 11519ee6d2dd64db8089a74013feac50d58fcf43 Mon Sep 17 00:00:00 2001 From: Moonchild Date: Thu, 23 Apr 2020 14:55:34 +0000 Subject: Issue #80 - De-unify dom/svg --- dom/svg/SVGElementFactory.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dom/svg/SVGElementFactory.h') diff --git a/dom/svg/SVGElementFactory.h b/dom/svg/SVGElementFactory.h index 3a75ef750..4c57b296d 100644 --- a/dom/svg/SVGElementFactory.h +++ b/dom/svg/SVGElementFactory.h @@ -7,6 +7,11 @@ #ifndef mozilla_dom_SVGElementFactory_h #define mozilla_dom_SVGElementFactory_h +#include "nsError.h" +#include "nsIContent.h" +#include "mozilla/dom/FromParser.h" +#include "mozilla/dom/NodeInfo.h" + class nsIAtom; namespace mozilla { -- cgit v1.2.3