Skip to content

Commit 8577b82

Browse files
authored
src: add missing include for std::all_of
This fixes compilation of src/inspector_socket.cc with clang-cl. PR-URL: nodejs#45541 Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
1 parent d783a1c commit 8577b82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/inspector_socket.cc

Lines changed: 1 addition & 0 deletions
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)