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/VideoPlayer.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/VideoPlayer.cpp') diff --git a/src/VideoPlayer.cpp b/src/VideoPlayer.cpp index c56981a..f263fc9 100644 --- a/src/VideoPlayer.cpp +++ b/src/VideoPlayer.cpp @@ -9,6 +9,7 @@ #include #include #include +#include #include #include -- cgit v1.2.3