From 320ee6b6b78bb2b9752efff45e83167e532c0b9d Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Tue, 8 Aug 2023 01:42:44 -0700 Subject: import bun (#4055) Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> --- src/js/out/NativeModuleImpl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/js/out/NativeModuleImpl.h') diff --git a/src/js/out/NativeModuleImpl.h b/src/js/out/NativeModuleImpl.h index f519e7d7d..5a6881b7f 100644 --- a/src/js/out/NativeModuleImpl.h +++ b/src/js/out/NativeModuleImpl.h @@ -1,3 +1,4 @@ +#include "../../bun.js/modules/BunObjectModule.h" #include "../../bun.js/modules/BunJSCModule.h" #include "../../bun.js/modules/NodeBufferModule.h" #include "../../bun.js/modules/NodeConstantsModule.h" -- cgit v1.2.3