diff options
author | 2023-01-10 10:20:48 -0800 | |
---|---|---|
committer | 2023-01-10 10:23:11 -0800 | |
commit | e18863df1b0f063e01fa06e6c41263066c08df8f (patch) | |
tree | 57389e35fa3954918de92c2fb1f8b5fe987dfd03 /src/bun.js/bindings/ZigConsoleClient.cpp | |
parent | 41f23273b0d138eb56de5c233fc51112d61d1232 (diff) | |
download | bun-e18863df1b0f063e01fa06e6c41263066c08df8f.tar.gz bun-e18863df1b0f063e01fa06e6c41263066c08df8f.tar.zst bun-e18863df1b0f063e01fa06e6c41263066c08df8f.zip |
attempt (unsuccessfully) to improve c++ build time
Diffstat (limited to 'src/bun.js/bindings/ZigConsoleClient.cpp')
-rw-r--r-- | src/bun.js/bindings/ZigConsoleClient.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bun.js/bindings/ZigConsoleClient.cpp b/src/bun.js/bindings/ZigConsoleClient.cpp index d238c8eb7..a98c246de 100644 --- a/src/bun.js/bindings/ZigConsoleClient.cpp +++ b/src/bun.js/bindings/ZigConsoleClient.cpp @@ -1,4 +1,5 @@ #include "helpers.h" +#include "headers.h" #include "JavaScriptCore/ConsoleClient.h" #include "JavaScriptCore/ConsoleMessage.h" @@ -17,7 +18,6 @@ using JSGlobalObject = JSC__JSGlobalObject; using String = WTF::String; extern "C" { - } void Zig::ConsoleClient::messageWithTypeAndLevel(MessageType type, MessageLevel level, |