Skip to content

Commit da40c93

Browse files
committed
src: add missing vector include
Signed-off-by: Filip Skokan <panva.ip@gmail.com>
1 parent 0544741 commit da40c93

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

deps/ncrypto/ncrypto.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#include <climits>
1919
#include <cstring>
2020
#include <string_view>
21+
#include <vector>
2122
#if OPENSSL_VERSION_MAJOR >= 3
2223
#include <openssl/core_names.h>
2324
#include <openssl/params.h>

0 commit comments

Comments
 (0)