build fix for clang on windows

This commit is contained in:
2025-02-27 15:25:54 +08:00
parent 4abe6bf738
commit 213e20b4db

View File

@@ -5,7 +5,7 @@
#include <fmt/core.h> #include <fmt/core.h>
#include <string> #include <string>
#include <thread> #include <thread>
#include <windows.h> #include <unistd.h>
#include "ipc.hpp" #include "ipc.hpp"