aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/fileshelter/files/fileshelter-6.2.0-algorithm.patch')
-rw-r--r--net-misc/fileshelter/files/fileshelter-6.2.0-algorithm.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/net-misc/fileshelter/files/fileshelter-6.2.0-algorithm.patch b/net-misc/fileshelter/files/fileshelter-6.2.0-algorithm.patch
new file mode 100644
index 000000000..b178bf0c1
--- /dev/null
+++ b/net-misc/fileshelter/files/fileshelter-6.2.0-algorithm.patch
@@ -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>