Reported-by: Pavel Volkov <ao@thurston.ru>
Closes: https://bugs.gentoo.org/722042
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
--- /dev/null
+diff --git a/src/lib/NUM3Parser.cpp b/src/lib/NUM3Parser.cpp
+index 6dc0e9a..6f8e79e 100644
+--- a/src/lib/NUM3Parser.cpp
++++ b/src/lib/NUM3Parser.cpp
+@@ -7,6 +7,7 @@
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ */
+
++#include <algorithm>
+ #include <functional>
+
+ #include "NUM3Parser.h"
\ No newline at end of file
test? ( dev-util/cppunit )
"
+PATCHES=( "${FILESDIR}/${P}-boost-1.73.patch" ) # bug 722042
+
src_prepare() {
default
[[ -d m4 ]] || mkdir "m4"