aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/bindings/ZigConsoleClient.cpp
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2023-01-10 10:20:48 -0800
committerGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2023-01-10 10:23:11 -0800
commite18863df1b0f063e01fa06e6c41263066c08df8f (patch)
tree57389e35fa3954918de92c2fb1f8b5fe987dfd03 /src/bun.js/bindings/ZigConsoleClient.cpp
parent41f23273b0d138eb56de5c233fc51112d61d1232 (diff)
downloadbun-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.cpp2
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,