Skip to content

Commit

Permalink
patching reads.cpp to include sstream for MacOS builds
Browse files Browse the repository at this point in the history
  • Loading branch information
linsalrob committed Aug 3, 2020
1 parent c3636d7 commit b65b3ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reads.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#define IOSTREAM
#include <iostream>
#endif

#include <sstream>
#ifndef REGEX
#define REGEX
#include <regex>
Expand Down

0 comments on commit b65b3ce

Please sign in to comment.