From a503bda1e40ec03994a60068cda428923c33e4cd Mon Sep 17 00:00:00 2001 From: win7-7 Date: Thu, 16 May 2024 05:25:20 +0300 Subject: [PATCH] Fix compilation of do_CreateInstance Fix compilation of do_CreateInstance. --- xpcom/glue/nsThreadUtils.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/xpcom/glue/nsThreadUtils.cpp b/xpcom/glue/nsThreadUtils.cpp index ed0a1b2ead..c1dace734b 100644 --- a/xpcom/glue/nsThreadUtils.cpp +++ b/xpcom/glue/nsThreadUtils.cpp @@ -8,6 +8,7 @@ #include "mozilla/Likely.h" #include "mozilla/TimeStamp.h" #include "LeakRefPtr.h" +#include "nsComponentManagerUtils.h" #ifdef MOZILLA_INTERNAL_API # include "nsThreadManager.h"