From 8ef77072f0dc08cb99b10a7c876d40ac8212c2ff Mon Sep 17 00:00:00 2001 From: Ajinkya Dahale Date: Wed, 14 Dec 2022 04:11:41 -0500 Subject: [PATCH] [GUI] Add missing include This `memory` header is needed for `unique_ptr`, at least on Manjaro/Arch Linux with GCC. --- src/Gui/Language/Translator.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Gui/Language/Translator.h b/src/Gui/Language/Translator.h index 11caee8fa2..f7a9735707 100644 --- a/src/Gui/Language/Translator.h +++ b/src/Gui/Language/Translator.h @@ -26,6 +26,7 @@ #include #include #include +#include #include #include