From 124f4188d90a14bf74e5f6d508ff2fd48351e07c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Tue, 10 Oct 2023 20:57:35 +0300 Subject: [PATCH] Bug 1858080 - Add a missing include in EventQueue.h. CLOSED TREE --- xpcom/threads/EventQueue.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/xpcom/threads/EventQueue.h b/xpcom/threads/EventQueue.h index a604d0336769..b7af71be82c0 100644 --- a/xpcom/threads/EventQueue.h +++ b/xpcom/threads/EventQueue.h @@ -11,8 +11,7 @@ #include "mozilla/Queue.h" #include "mozilla/TimeStamp.h" #include "nsCOMPtr.h" - -class nsIRunnable; +#include "nsIRunnable.h" namespace mozilla {