From b7ceb3b2f4e6090f3a5e07c27685ce9f5d3d3f60 Mon Sep 17 00:00:00 2001 From: Brady Date: Thu, 5 Sep 2024 18:40:18 -0500 Subject: [PATCH] Fix missing include on some implementations --- include/libhat/Process.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/libhat/Process.hpp b/include/libhat/Process.hpp index aed6ab6..3553c33 100644 --- a/include/libhat/Process.hpp +++ b/include/libhat/Process.hpp @@ -2,6 +2,7 @@ #include #include +#include #include namespace hat::process {