From 2e0df837a9df235b05e0477b5313dfa59bddb64d Mon Sep 17 00:00:00 2001 From: superp00t Date: Tue, 15 Aug 2023 03:46:39 -0400 Subject: [PATCH] fix(command): include for std::size function --- src/client/CmdLine.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/client/CmdLine.cpp b/src/client/CmdLine.cpp index ad52409..f8f42ce 100644 --- a/src/client/CmdLine.cpp +++ b/src/client/CmdLine.cpp @@ -1,5 +1,7 @@ #include "client/CmdLine.hpp" +#include + #include int32_t CmdLineProcess() {