Skip to content

Commit c8a7d6d

Browse files
committed
fix memset not found in Linux
1 parent 2b72584 commit c8a7d6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/read.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#include "read.h"
22
#include <sstream>
33
#include "util.h"
4+
#include <memory.h>
45

56
Read::Read(string name, string seq, string strand, string quality){
67
mName = name;

0 commit comments

Comments
 (0)