Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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 <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 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
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.