]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/acl/AtStepData.cc
Bug 5343: Fix GCC v14 not finding std::find() (#1672)
[thirdparty/squid.git] / src / acl / AtStepData.cc
index e106718e5bd7898f65d990bfffa223ee0704c729..4d39310d8f4bd44c527de0db09430269ddd8f73a 100644 (file)
@@ -16,6 +16,8 @@
 #include "sbuf/Stream.h"
 #include "wordlist.h"
 
+#include <algorithm>
+
 static inline const char *
 StepName(const XactionStep xstep)
 {