From ca959ed6186677a16ac06cceb33e7045916ec958 Mon Sep 17 00:00:00 2001 From: superp00t Date: Mon, 14 Aug 2023 21:19:54 -0400 Subject: [PATCH] fix(os): include --- bc/os/CommandLine.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bc/os/CommandLine.cpp b/bc/os/CommandLine.cpp index ef0bf48..8645397 100644 --- a/bc/os/CommandLine.cpp +++ b/bc/os/CommandLine.cpp @@ -4,6 +4,10 @@ #include #include +#if defined(WHOA_SYSTEM_WIN) +#include +#endif + // Variables char commandline[1024] = {0};