You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-strategy/s25rttr/files/s25rttr-0.9.0_pre20200723-b...

18 lines
548 B

https://github.com/Return-To-The-Roots/s25client/pull/1431
From: Sam James <sam@gentoo.org>
Date: Thu, 19 Aug 2021 02:41:42 +0100
Subject: [PATCH] Fix build with Boost 1.77 (missing <algorithm> include)
Closes: https://bugs.gentoo.org/808767
--- a/libs/s25main/convertSounds.cpp
+++ b/libs/s25main/convertSounds.cpp
@@ -20,6 +20,7 @@
#include <libsiedler2/ArchivItem_Sound_Wave.h>
#include <libsiedler2/loadMapping.h>
#include <s25util/StringConversion.h>
+#include <algorithm>
#include <cmath>
#include <samplerate.hpp>
#include <sstream>