From 3ac4f9455994b38dc458a938fb3c1a8667ea4459 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Thu, 9 Feb 2023 17:53:56 +0100 Subject: [PATCH] added stdio include 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 1c446a1..d918dc7 100644 --- a/include/chat/common.h +++ b/include/chat/common.h @@ -2,6 +2,7 @@ #define WHY2_CHAT_COMMON_H //INCLUDES +#include #include #include