From 57208856ac12712a9aedc73447aee4dd9b0d9971 Mon Sep 17 00:00:00 2001 From: chmodsayshello Date: Sun, 1 Sep 2024 20:11:48 +0200 Subject: [PATCH] add memory include for gcc --- src/gui/guiChatConsole.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/guiChatConsole.h b/src/gui/guiChatConsole.h index da6f0ea1df5f1..defff5910586b 100644 --- a/src/gui/guiChatConsole.h +++ b/src/gui/guiChatConsole.h @@ -19,6 +19,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #pragma once +#include #include "irrlichttypes_extrabloated.h" #include "modalMenu.h" #include "chat.h"