mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 07:33:19 -04:00
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>
13 lines
361 B
Diff
13 lines
361 B
Diff
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>
|