diff options
author | New Tobin Paradigm <email@mattatobin.com> | 2020-04-23 19:26:31 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-23 19:26:31 -0400 |
commit | e2f88ae0bc8a87f8b17581b6216063aee8ea1eb6 (patch) | |
tree | 281f2d3c8e68d1fbf7461bd3f7ba597739c5da74 /dom/svg | |
parent | ea58beb4c9c47e7a98645f8f7f1e2ecd6aa9e53c (diff) | |
download | uxp-e2f88ae0bc8a87f8b17581b6216063aee8ea1eb6.tar.gz |
Issue #80 - Include nsIContentInlines.h in dom/svg/SVGTests.cpp to fix linux bustage
Diffstat (limited to 'dom/svg')
-rw-r--r-- | dom/svg/SVGTests.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |