[GUI] Add missing include

This `memory` header is needed for `unique_ptr`, at least on Manjaro/Arch Linux with GCC.
This commit is contained in:
Ajinkya Dahale
2022-12-14 04:11:41 -05:00
committed by Uwe
parent 4660a9221d
commit 8ef77072f0

View File

@@ -26,6 +26,7 @@
#include <QObject>
#include <list>
#include <map>
#include <memory>
#include <string>
#include <FCGlobal.h>