Skip to content

Commit e2ef9a9

Browse files
committed
fix: include stdexcept for linux
1 parent 59c5705 commit e2ef9a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

addon/openssl-crypto.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
// This file provides native crypto hooks for OpenSSL 3 (the default since Node.js 18),
66
// allowing us to skip expensive round-trips between JS and C++.
77

8+
#include <stdexcept>
9+
810
#include <openssl/crypto.h>
911
#include <openssl/err.h>
1012
#include <openssl/evp.h>

0 commit comments

Comments
 (0)