From d0699307312e87bdf6bfa8c11973645ec677c90f Mon Sep 17 00:00:00 2001 From: Brady Date: Tue, 8 Oct 2024 00:53:49 -0500 Subject: [PATCH] Missing include... --- src/os/unix/Process.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/os/unix/Process.cpp b/src/os/unix/Process.cpp index 77ae726..38a10d8 100644 --- a/src/os/unix/Process.cpp +++ b/src/os/unix/Process.cpp @@ -1,6 +1,8 @@ #include #ifdef LIBHAT_UNIX +#include + #include namespace hat::process {