Skip to content

Commit

Permalink
fix strlen compile failure
Browse files Browse the repository at this point in the history
  • Loading branch information
sfchen committed May 19, 2020
1 parent d22dac1 commit db2af21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fastareader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#include "fastareader.h"
#include "util.h"
#include <sstream>
#include <string.h>

FastaReader::FastaReader(string faFile, bool forceUpperCase)
{
Expand Down

0 comments on commit db2af21

Please sign in to comment.