From e2adb33f6cb05fb424175633c56ff43cc24a7adf Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 9 May 2024 14:04:03 +0200 Subject: Fix build after gcc update (function pointer cast, missing algorithm header include) --- src/plugins/Mangadex.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/Mangadex.cpp') diff --git a/src/plugins/Mangadex.cpp b/src/plugins/Mangadex.cpp index 4b5745f..b8d4f1e 100644 --- a/src/plugins/Mangadex.cpp +++ b/src/plugins/Mangadex.cpp @@ -2,6 +2,7 @@ #include "../../include/Utils.hpp" #include "../../include/Theme.hpp" #include "../../include/Config.hpp" +#include #include namespace QuickMedia { -- cgit v1.2.3