From 18ff5bdaf85d5e745866938694126e2aa007c6a9 Mon Sep 17 00:00:00 2001 From: g2px1 Date: Mon, 21 Apr 2025 15:49:13 +0300 Subject: [PATCH] added cstring --- core/Command.h | 1 + 1 file changed, 1 insertion(+) diff --git a/core/Command.h b/core/Command.h index 6e51a77..1a01ade 100644 --- a/core/Command.h +++ b/core/Command.h @@ -7,6 +7,7 @@ #include #include +#include #include "utils/hash/Hash128.h" namespace usub::core