From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: John Kleinschmidt Date: Wed, 16 Nov 2022 16:58:45 -0500 Subject: chore: add missing include https://github.com/nodejs/node/commit/4124b037743abb8f80a9d4b78a3b3f6aa64a18f9 added a call to std::all_of, but did not add the needed header include. diff --git a/src/inspector_socket.cc b/src/inspector_socket.cc index 8001d893e1fdcc339d8c766c3dd2c5155b36e8cc..c7331567581be1ef884982cd4a166113f9d2fd09 100644 --- a/src/inspector_socket.cc +++ b/src/inspector_socket.cc @@ -6,6 +6,7 @@ #include "openssl/sha.h" // Sha-1 hash +#include #include #include