From b84a61605a6228e8ed9b1c5d3df568f70b6f6007 Mon Sep 17 00:00:00 2001 From: FranklinDM Date: Mon, 29 Jan 2024 00:52:39 +0800 Subject: [PATCH] Issue #2158 - Follow-up: Add missing include --- dom/base/Link.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/dom/base/Link.cpp b/dom/base/Link.cpp index e00a166c11..c8800e4302 100644 --- a/dom/base/Link.cpp +++ b/dom/base/Link.cpp @@ -15,6 +15,7 @@ #include "nsCPrefetchService.h" #include "nsStyleLinkElement.h" +#include "nsAttrValueInlines.h" #include "nsEscape.h" #include "nsGkAtoms.h" #include "nsHTMLDNSPrefetch.h"