summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNew Tobin Paradigm <email@mattatobin.com>2020-04-23 19:26:31 -0400
committerGitHub <noreply@github.com>2020-04-23 19:26:31 -0400
commite2f88ae0bc8a87f8b17581b6216063aee8ea1eb6 (patch)
tree281f2d3c8e68d1fbf7461bd3f7ba597739c5da74
parentea58beb4c9c47e7a98645f8f7f1e2ecd6aa9e53c (diff)
downloadUXP-e2f88ae0bc8a87f8b17581b6216063aee8ea1eb6.tar
UXP-e2f88ae0bc8a87f8b17581b6216063aee8ea1eb6.tar.gz
UXP-e2f88ae0bc8a87f8b17581b6216063aee8ea1eb6.tar.lz
UXP-e2f88ae0bc8a87f8b17581b6216063aee8ea1eb6.tar.xz
UXP-e2f88ae0bc8a87f8b17581b6216063aee8ea1eb6.zip
Issue #80 - Include nsIContentInlines.h in dom/svg/SVGTests.cpp to fix linux bustage
-rw-r--r--dom/svg/SVGTests.cpp1
1 files changed, 1 insertions, 0 deletions
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 {