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 <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>
  • Loading branch information
targos authored and danielleadams committed Jan 3, 2023
1 parent fb008a2 commit 3f5a232
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/inspector_socket.cc
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 3f5a232

Please sign in to comment.