Skip to content

Commit

Permalink
include memory.h for some platforms don't provide it by default
Browse files Browse the repository at this point in the history
  • Loading branch information
sfchen committed May 3, 2018
1 parent 798df64 commit 50f33b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bamutil.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include "bamutil.h"
#include <sstream>
#include <vector>
#include <memory.h>

BamUtil::BamUtil(){
}
Expand Down

0 comments on commit 50f33b8

Please sign in to comment.