Skip to content

Commit

Permalink
fix memory header file issue for Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
sfchen committed Nov 10, 2017
1 parent 7455694 commit 44a6eaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/evaluator.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include "evaluator.h"
#include "fastqreader.h"
#include <map>
#include <memory.h>

Evaluator::Evaluator(Options* opt){
mOptions = opt;
Expand Down

0 comments on commit 44a6eaa

Please sign in to comment.