Skip to content

Commit 98344eb

Browse files
committed
Merge pull request #62 from GICodeWarrior/xor
Add cstring include to native XOR.
2 parents 8b53a8d + 1470f27 commit 98344eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/xor.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
#include <v8.h>
99
#include <node_buffer.h>
10+
#include <cstring>
1011

1112
using namespace node;
1213
using namespace v8;

0 commit comments

Comments
 (0)