File fcitx5-configtool-gcc7.patch of Package fcitx5-configtool
Index: fcitx5-configtool-5.1.3/src/kcm/main.h =================================================================== --- fcitx5-configtool-5.1.3.orig/src/kcm/main.h +++ fcitx5-configtool-5.1.3/src/kcm/main.h @@ -18,6 +18,9 @@ #include <fcitx-utils/key.h> #include <layoutprovider.h> #include <xkbcommon/xkbcommon.h> +#if __GNUC__ <= 7 +#include <memory> +#endif #if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0) #include <KQuickConfigModule>