Skip to content

Commit 78225e7

Browse files
build,win: fix dll build
Fixes: #58208
1 parent e38ce27 commit 78225e7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/node_builtins.cc

+5
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
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+
#endif
14+
1015
namespace node {
1116
namespace builtins {
1217

0 commit comments

Comments
 (0)