MSVC support

This commit is contained in:
2025-07-08 15:44:39 +08:00
parent 74c9446cdb
commit c31ddcf282
4 changed files with 17 additions and 1 deletions

View File

@@ -2,7 +2,10 @@
#include <cmath>
#include <fmt/core.h>
#include <thread>
#if !defined(_MSC_VER)
#include <unistd.h>
#endif
#include "ipc/api.hpp"