aboutsummaryrefslogtreecommitdiff
path: root/src/QuickMedia.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/QuickMedia.cpp
parentdb8f15fe4ea1686023584fcebd218a9c5e354caf (diff)
Fix build after gcc update (function pointer cast, missing algorithm header include)HEADmaster
Diffstat (limited to 'src/QuickMedia.cpp')
-rw-r--r--src/QuickMedia.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/QuickMedia.cpp b/src/QuickMedia.cpp
index 151c136..648f231 100644
--- a/src/QuickMedia.cpp
+++ b/src/QuickMedia.cpp
@@ -54,6 +54,7 @@
#include <sys/stat.h>
#include <cmath>
#include <random>
+#include <algorithm>
#include <mglpp/graphics/Rectangle.hpp>
#include <mglpp/graphics/Sprite.hpp>