mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-05 00:55:44 +01:00
26 lines
613 B
Diff
26 lines
613 B
Diff
|
From dec7fb943c532f855e5c0ae2eb39d2d82a46a506 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
|
||
|
|
||
|
---
|
||
|
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 bc9049a94..15b77b1e4 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;
|
||
|
--
|
||
|
2.26.2
|
||
|
|