From 5b166107d0fd9e06eb181cb463d5e866c58c7582 Mon Sep 17 00:00:00 2001 From: Jonathan Watt Date: Tue, 5 Sep 2017 09:38:10 +0100 Subject: [PATCH] Bug 1403345, part 1 - Add missing include to nsReferencedElement.h. r=longsonr MozReview-Commit-ID: KDmGJJ33bfN --- dom/base/nsReferencedElement.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dom/base/nsReferencedElement.cpp b/dom/base/nsReferencedElement.cpp index e524e92acf9a..9273d8ef3bb3 100644 --- a/dom/base/nsReferencedElement.cpp +++ b/dom/base/nsReferencedElement.cpp @@ -5,6 +5,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "nsReferencedElement.h" + +#include "mozilla/Encoding.h" #include "nsContentUtils.h" #include "nsIURI.h" #include "nsBindingManager.h"