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/Matrix.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/Matrix.cpp') diff --git a/src/plugins/Matrix.cpp b/src/plugins/Matrix.cpp index 06ed3a0..c4aa076 100644 --- a/src/plugins/Matrix.cpp +++ b/src/plugins/Matrix.cpp @@ -20,6 +20,7 @@ #include #include "../../include/QuickMedia.hpp" #include +#include // TODO: Use string assign with string length instead of assigning to c string (which calls strlen) // Show images/videos inline. -- cgit v1.2.3