From be0566f46343084947a854677285f1384f111cee Mon Sep 17 00:00:00 2001 From: Moonchild Date: Thu, 26 Feb 2026 20:15:45 +0100 Subject: [PATCH] No issue - Fix build issue. Unified build deprot on some targets causing issues with the recently added `mozilla:KnownNotNull` without this header. --- js/public/HashTable.h | 1 + 1 file changed, 1 insertion(+) diff --git a/js/public/HashTable.h b/js/public/HashTable.h index 90bfcbdbe9..72c14ec69d 100644 --- a/js/public/HashTable.h +++ b/js/public/HashTable.h @@ -15,6 +15,7 @@ #include "mozilla/MemoryReporting.h" #include "mozilla/Move.h" #include "mozilla/Opaque.h" +#include "mozilla/OperatorNewExtensions.h" #include "mozilla/PodOperations.h" #include "mozilla/ReentrancyGuard.h" #include "mozilla/TemplateLib.h"