From 6772abb7735c9ab3024cf1c66149647c5d6e22a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Sun, 20 Nov 2022 12:22:20 +0000 Subject: [PATCH] src: add missing include for `std::all_of` This fixes compilation of src/inspector_socket.cc with clang-cl. --- src/inspector_socket.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/inspector_socket.cc b/src/inspector_socket.cc index 2c29ff04b25e69..f36682b93386a9 100644 --- a/src/inspector_socket.cc +++ b/src/inspector_socket.cc @@ -6,6 +6,7 @@ #include "openssl/sha.h" // Sha-1 hash +#include #include #include