aboutsummaryrefslogtreecommitdiff
blob: b178bf0c1b635ebf453a689072a999669d719dda (plain)
1
2
3
4
5
6
7
8
9
10
11
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>