From 59f6ae3d74465690867b12a31c15e909233e5173 Mon Sep 17 00:00:00 2001 From: Job Bautista Date: Thu, 8 Sep 2022 17:57:06 +0800 Subject: Issue #1995 - Fix build bustage in GCC 12 For some reason, GCC 12 is treating this include as a circular dependency. See athenian200's analysis for more details. --- dom/ipc/ContentChild.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dom/ipc/ContentChild.cpp b/dom/ipc/ContentChild.cpp index 5ff77092ab..780140c216 100644 --- a/dom/ipc/ContentChild.cpp +++ b/dom/ipc/ContentChild.cpp @@ -160,7 +160,7 @@ #include "mozilla/dom/time/DateCacheCleaner.h" #include "mozilla/net/NeckoMessageUtils.h" #include "mozilla/widget/PuppetBidiKeyboard.h" -#include "mozilla/RemoteSpellCheckEngineChild.h" +#include "mozilla/mozSpellChecker.h" #include "GMPServiceChild.h" #include "gfxPlatform.h" #include "nscore.h" // for NS_FREE_PERMANENT_DATA -- cgit v1.2.3