Skip to content

Commit

Permalink
fix: CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenhoangthuan99 committed Jan 10, 2025
1 parent 8397671 commit a065579
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions engine/utils/process_status_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
#ifdef _WIN32
#include <tlhelp32.h>
#include <windows.h>
#include <process.h>
using pid_t = DWORD;
#elif defined(__APPLE__) || defined(__linux__)
#include <errno.h>
#include <signal.h>
Expand Down

0 comments on commit a065579

Please sign in to comment.