aboutsummaryrefslogtreecommitdiff
path: root/src/js/out/NativeModuleImpl.h
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2023-08-08 01:42:44 -0700
committerGravatar GitHub <noreply@github.com> 2023-08-08 01:42:44 -0700
commit320ee6b6b78bb2b9752efff45e83167e532c0b9d (patch)
tree2e3d5f87eab2b9975f03871c25308b8c75b6241f /src/js/out/NativeModuleImpl.h
parent38df5b146fab5e8b7d8d52e81ce1d385c3590f3d (diff)
downloadbun-320ee6b6b78bb2b9752efff45e83167e532c0b9d.tar.gz
bun-320ee6b6b78bb2b9752efff45e83167e532c0b9d.tar.zst
bun-320ee6b6b78bb2b9752efff45e83167e532c0b9d.zip
import bun (#4055)
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
Diffstat (limited to 'src/js/out/NativeModuleImpl.h')
-rw-r--r--src/js/out/NativeModuleImpl.h1
1 files changed, 1 insertions, 0 deletions
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"