Fix missing root.h include

This commit is contained in:
Kai Tamkun
2025-05-23 14:17:53 -07:00
parent fc44f65b7e
commit e27507cfff
2 changed files with 3 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
#pragma once
#include "root.h"
#if OS(WINDOWS)
#include <uv.h>
#elif OS(DARWIN)

View File

@@ -1,6 +1,7 @@
#pragma once
#include "root.h"
#include "Semaphore.h"
#include "SigintReceiver.h"