aboutsummaryrefslogtreecommitdiff
path: root/src/VideoPlayer.cpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-05-09 14:04:03 +0200
committerdec05eba <dec05eba@protonmail.com>2024-05-09 14:04:03 +0200
commite2adb33f6cb05fb424175633c56ff43cc24a7adf (patch)
tree6af8e60d3c43cdcdbd6ceac3a7effeea85f4d9bf /src/VideoPlayer.cpp
parentdb8f15fe4ea1686023584fcebd218a9c5e354caf (diff)
Fix build after gcc update (function pointer cast, missing algorithm header include)HEADmaster
Diffstat (limited to 'src/VideoPlayer.cpp')
-rw-r--r--src/VideoPlayer.cpp1
1 files changed, 1 insertions, 0 deletions
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 <json/writer.h>
#include <memory>
#include <assert.h>
+#include <algorithm>
#include <sys/socket.h>
#include <arpa/inet.h>