Skip to content

Commit

Permalink
Added <cctype> includes to BamAux.h and sequenceUtilities.h
Browse files Browse the repository at this point in the history
  • Loading branch information
arq5x committed Jul 22, 2010
1 parent e933730 commit 15f971f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/BamTools/BamAux.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <cctype>

// C++ includes
#include <exception>
Expand Down
1 change: 1 addition & 0 deletions src/utils/sequenceUtilities/sequenceUtils.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

#include <string>
#include <algorithm>
#include <cctype>

using namespace std;

Expand Down

0 comments on commit 15f971f

Please sign in to comment.