diff options
author | 2022-09-05 04:43:02 -0700 | |
---|---|---|
committer | 2022-09-05 04:43:02 -0700 | |
commit | 7ea9909618f245e528933c2c002cd52e756139ac (patch) | |
tree | 7a109a248bec39ca2a885310aac62cfa0c43dd45 /src/bun.js/modules/ObjectModule.h | |
parent | 62fa5d59cb4bc3b26651f2d0c425d76d672a308f (diff) | |
download | bun-7ea9909618f245e528933c2c002cd52e756139ac.tar.gz bun-7ea9909618f245e528933c2c002cd52e756139ac.tar.zst bun-7ea9909618f245e528933c2c002cd52e756139ac.zip |
Missing #pragma once
Diffstat (limited to 'src/bun.js/modules/ObjectModule.h')
-rw-r--r-- | src/bun.js/modules/ObjectModule.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bun.js/modules/ObjectModule.h b/src/bun.js/modules/ObjectModule.h index 27a357462..7a782a407 100644 --- a/src/bun.js/modules/ObjectModule.h +++ b/src/bun.js/modules/ObjectModule.h @@ -1,3 +1,5 @@ +#pragma once + #include "../bindings/ZigGlobalObject.h" #include "JavaScriptCore/JSGlobalObject.h" |