From e1df2bea9db1f742613bd2b07488d72871ea1008 Mon Sep 17 00:00:00 2001 From: Alistair Smith Date: Fri, 13 Jun 2025 19:44:20 -0700 Subject: [PATCH] import --- src/bun.js/bindings/webcore/MessagePort.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bun.js/bindings/webcore/MessagePort.h b/src/bun.js/bindings/webcore/MessagePort.h index c96e6a1bfb..8d73450c76 100644 --- a/src/bun.js/bindings/webcore/MessagePort.h +++ b/src/bun.js/bindings/webcore/MessagePort.h @@ -27,6 +27,7 @@ #pragma once #include "ActiveDOMObject.h" +#include "ContextDestructionObserver.h" #include "EventTarget.h" #include "ExceptionOr.h" #include "MessagePortChannel.h"