From d274ffcc9541af9b5bc83028cbbc5d167f18616d Mon Sep 17 00:00:00 2001 From: ochafik Date: Tue, 28 Jan 2025 09:29:31 +0000 Subject: [PATCH] build: Add missing optional include for gcc --- common/chat-handler.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/common/chat-handler.hpp b/common/chat-handler.hpp index 2ba85893c..e640112a2 100644 --- a/common/chat-handler.hpp +++ b/common/chat-handler.hpp @@ -10,6 +10,7 @@ #include "common.h" #include +#include #include #include