Skip to content

Commit 4ef6072

Browse files
build,win: fix dll build
Fixes: #58208
1 parent e38ce27 commit 4ef6072

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/node_builtins.cc

+6
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77
#include "simdutf.h"
88
#include "util-inl.h"
99

10+
#if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS
11+
template class node::ThreadsafeCopyOnWrite<
12+
std::map<std::string, node::UnionBytes>
13+
>;
14+
#endif
15+
1016
namespace node {
1117
namespace builtins {
1218

0 commit comments

Comments
 (0)