Skip to content

Commit

Permalink
src: add missing include for std::all_of
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
targos authored and ruyadorno committed Nov 24, 2022
1 parent 9ffe3c0 commit 649b31f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/inspector_socket.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

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

#include <algorithm>
#include <cstring>
#include <map>

Expand Down

0 comments on commit 649b31f

Please sign in to comment.