mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
Fix missing root.h include
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "root.h"
|
||||
|
||||
#if OS(WINDOWS)
|
||||
#include <uv.h>
|
||||
#elif OS(DARWIN)
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "root.h"
|
||||
|
||||
#include "Semaphore.h"
|
||||
#include "SigintReceiver.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user