diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-05-09 14:04:03 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-05-09 14:04:03 +0200 |
commit | e2adb33f6cb05fb424175633c56ff43cc24a7adf (patch) | |
tree | 6af8e60d3c43cdcdbd6ceac3a7effeea85f4d9bf /src/plugins/Matrix.cpp | |
parent | db8f15fe4ea1686023584fcebd218a9c5e354caf (diff) |
Fix build after gcc update (function pointer cast, missing algorithm header include)
Diffstat (limited to 'src/plugins/Matrix.cpp')
-rw-r--r-- | src/plugins/Matrix.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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 <malloc.h> #include "../../include/QuickMedia.hpp" #include <HtmlParser.h> +#include <algorithm> // TODO: Use string assign with string length instead of assigning to c string (which calls strlen) // Show images/videos inline. |