package/supertux: fix build with boost 1.73.0
Fixes: - http://autobuild.buildroot.org/results/0f02877a665b2281266df4b23c72a7c113906c31 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
23dee8e0b9
commit
14552122ac
25
package/supertux/0002-Fix-build-with-boost-1-73.patch
Normal file
25
package/supertux/0002-Fix-build-with-boost-1-73.patch
Normal file
@ -0,0 +1,25 @@
|
||||
From 4221d54385b69d6c40eff2c67bc6bad7ed165a44 Mon Sep 17 00:00:00 2001
|
||||
From: Lars Wendler <polynomial-c@gentoo.org>
|
||||
Date: Sat, 9 May 2020 03:04:02 +0200
|
||||
Subject: [PATCH] Fix build with boost-1.73
|
||||
|
||||
[Retrieved from:
|
||||
https://github.com/SuperTux/supertux/commit/4221d54385b69d6c40eff2c67bc6bad7ed165a44]
|
||||
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
|
||||
---
|
||||
src/editor/object_settings.hpp | 2 ++
|
||||
1 file changed, 2 insertions(+)
|
||||
|
||||
diff --git a/src/editor/object_settings.hpp b/src/editor/object_settings.hpp
|
||||
index bc9049a94e..15b77b1e46 100644
|
||||
--- a/src/editor/object_settings.hpp
|
||||
+++ b/src/editor/object_settings.hpp
|
||||
@@ -22,6 +22,8 @@
|
||||
|
||||
#include "editor/object_option.hpp"
|
||||
|
||||
+#include <algorithm>
|
||||
+
|
||||
class Color;
|
||||
enum class Direction;
|
||||
enum class WalkMode;
|
Loading…
Reference in New Issue
Block a user