]> git.donarmstrong.com Git - bamtools.git/commitdiff
Added the <cctype> include to BamAux to explicitly support the toupper() fxn. It...
authorDerek <derekwbarnett@gmail.com>
Wed, 21 Jul 2010 14:48:04 +0000 (10:48 -0400)
committerDerek <derekwbarnett@gmail.com>
Wed, 21 Jul 2010 14:48:04 +0000 (10:48 -0400)
BamAux.h

index f742aebb86d3f3fc88bc408757686574e5788fa4..2578bf87ab6c4f6c2f057ec9d826b400d8532459 100644 (file)
--- a/BamAux.h
+++ b/BamAux.h
@@ -3,7 +3,7 @@
 // Marth Lab, Department of Biology, Boston College\r
 // All rights reserved.\r
 // ---------------------------------------------------------------------------\r
-// Last modified: 15 July 2010 (DB)\r
+// Last modified: 21 July 2010 (DB)\r
 // ---------------------------------------------------------------------------\r
 // Provides the basic constants, data structures, etc. for using BAM files\r
 // ***************************************************************************\r
@@ -12,6 +12,7 @@
 #define BAMAUX_H\r
 \r
 // C inclues\r
+#include <cctype>\r
 #include <cstdio>\r
 #include <cstdlib>\r
 #include <cstring>\r