Skip to content

Commit 346592b

Browse files
committed
Add missing #include
- Minor issue introduced by commit b71267e / nodejs#57323.
1 parent 4d71169 commit 346592b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deps/ncrypto/ncrypto.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#include <openssl/x509v3.h>
1010
#include <algorithm>
1111
#include <cstring>
12+
#include <vector>
1213
#if OPENSSL_VERSION_MAJOR >= 3
1314
#include <openssl/provider.h>
1415
#endif

0 commit comments

Comments
 (0)