From: Derek Date: Wed, 21 Jul 2010 14:48:04 +0000 (-0400) Subject: Added the include to BamAux to explicitly support the toupper() fxn. It... X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=feaa1d36ff333c224153ba90330daadd5d104cef;p=bamtools.git Added the include to BamAux to explicitly support the toupper() fxn. It had slipped past newer compilers so far --- diff --git a/BamAux.h b/BamAux.h index f742aeb..2578bf8 100644 --- a/BamAux.h +++ b/BamAux.h @@ -3,7 +3,7 @@ // Marth Lab, Department of Biology, Boston College // All rights reserved. // --------------------------------------------------------------------------- -// Last modified: 15 July 2010 (DB) +// Last modified: 21 July 2010 (DB) // --------------------------------------------------------------------------- // Provides the basic constants, data structures, etc. for using BAM files // *************************************************************************** @@ -12,6 +12,7 @@ #define BAMAUX_H // C inclues +#include #include #include #include