mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
net-misc/fileshelter: fix missing include
See: https://github.com/epoupon/fileshelter/pull/111 This bug does not affect all build environments. Closes: https://bugs.gentoo.org/941554 Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
This commit is contained in:
12
net-misc/fileshelter/files/fileshelter-6.2.0-algorithm.patch
Normal file
12
net-misc/fileshelter/files/fileshelter-6.2.0-algorithm.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
diff --git a/src/fileshelter/ui/ShareCreateFormView.cpp b/src/fileshelter/ui/ShareCreateFormView.cpp
|
||||
index ff9b79a..0dc3007 100644
|
||||
--- a/src/fileshelter/ui/ShareCreateFormView.cpp
|
||||
+++ b/src/fileshelter/ui/ShareCreateFormView.cpp
|
||||
@@ -19,6 +19,7 @@
|
||||
|
||||
#include "ShareCreateFormView.hpp"
|
||||
|
||||
+#include <algorithm>
|
||||
#include <numeric>
|
||||
|
||||
#include <Wt/WApplication.h>
|
||||
@@ -27,6 +27,7 @@ DOCS=( INSTALL.md README.md )
|
||||
|
||||
PATCHES="
|
||||
${FILESDIR}/${PN}-6.2.0-fix-lib-dir.patch
|
||||
${FILESDIR}/${PN}-6.2.0-algorithm.patch
|
||||
${FILESDIR}/${PN}-6.2.0-hierarchy.patch
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user