Reply.cc:198: error: no matching function for call to find(...)
The required STL header was missed in 2023 commit
27c3677.
#include "CachePeers.h"
#include "SquidConfig.h"
+#include <algorithm>
+
CachePeer &
CachePeers::nextPeerToPing(const size_t pollIndex)
{
#include "ResolvedPeers.h"
#include "SquidConfig.h"
+#include <algorithm>
+
ResolvedPeers::ResolvedPeers()
{
if (Config.forward_max_tries > 0)
#include "sbuf/Stream.h"
#include "wordlist.h"
+#include <algorithm>
+
static inline const char *
StepName(const XactionStep xstep)
{
#include "fatal.h"
#include "parser/Tokenizer.h"
+#include <algorithm>
+
static void
addUnique(const SBuf &scheme, std::vector<SBuf> &vec)
{
#include "snmp.h"
#endif
+#include <algorithm>
#if HAVE_GLOB_H
#include <glob.h>
#endif
#include "rfc1738.h"
#include "SquidString.h"
+#include <algorithm>
+
Helper::Reply::Reply() :
result(Helper::Unknown)
{
#include "sbuf/Algorithms.h"
#include "sbuf/List.h"
+#include <algorithm>
+
bool
IsMember(const SBufList & sl, const SBuf &S, const SBufCaseSensitive case_sensitive)
{
#include "ssl/bio.h"
#include "ssl/gadgets.h"
+#include <algorithm>
+
/// load the signing certificate and its chain, if any, from certFile
/// \return true if the signing certificate was obtained
bool