Skip to content

Commit 384766b

Browse files
targosdanielleadams
authored andcommitted
src: add missing include for std::all_of
This fixes compilation of src/inspector_socket.cc with clang-cl. PR-URL: #45541 Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
1 parent 3c4d02d commit 384766b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/inspector_socket.cc

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
#include "openssl/sha.h" // Sha-1 hash
88

9+
#include <algorithm>
910
#include <cstring>
1011
#include <map>
1112

0 commit comments

Comments
 (0)