summaryrefslogtreecommitdiff
path: root/net-proxy/squid/files/squid-6.4-gcc14-algorithm.patch
blob: 3a509e029eb58291bf97c27295bf7ae80db4a5d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
https://bugs.gentoo.org/917161
--- a/src/helper/Reply.cc
+++ b/src/helper/Reply.cc
@@ -17,6 +17,8 @@
 #include "rfc1738.h"
 #include "SquidString.h"
 
+#include <algorithm>
+
 Helper::Reply::Reply() :
     result(Helper::Unknown)
 {