From e859087763a35480f876108a142a625f5dc6b31b Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Thu, 9 Feb 2023 18:27:40 +0100 Subject: [PATCH] included string in common --- include/chat/common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/chat/common.h b/include/chat/common.h index b6387bc..95cabd0 100644 --- a/include/chat/common.h +++ b/include/chat/common.h @@ -4,6 +4,7 @@ //INCLUDES #include #include +#include #include #include #include