From a3836e5031d8702293752499cd9cbe96b7a36a56 Mon Sep 17 00:00:00 2001 From: superp00t Date: Sat, 15 Mar 2025 23:14:28 -0400 Subject: [PATCH] fix(os): add missing include --- bc/os/Path.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/bc/os/Path.cpp b/bc/os/Path.cpp index 33ce278..884eab0 100644 --- a/bc/os/Path.cpp +++ b/bc/os/Path.cpp @@ -8,6 +8,7 @@ // Darwin #if defined(WHOA_SYSTEM_MAC) +#include #include #endif