X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=src%2Futils%2Fbamtools_pileup_engine.h;h=eeca56c85f1c6da220b4ebb3e0b1d03632b50fa3;hb=9f1ce8c47aeadb6dc1320b52ee671c3341b97935;hp=6900dc94cb6f86d071dc9f0b76655e93e9a38184;hpb=ced2983817b0efe2c4ea08ff1479937ea9131017;p=bamtools.git diff --git a/src/utils/bamtools_pileup_engine.h b/src/utils/bamtools_pileup_engine.h index 6900dc9..eeca56c 100644 --- a/src/utils/bamtools_pileup_engine.h +++ b/src/utils/bamtools_pileup_engine.h @@ -1,9 +1,8 @@ // *************************************************************************** // bamtools_pileup_engine.h (c) 2010 Derek Barnett, Erik Garrison // Marth Lab, Department of Biology, Boston College -// All rights reserved. // --------------------------------------------------------------------------- -// Last modified: 18 September 2010 +// Last modified: 10 October 2011 // --------------------------------------------------------------------------- // Provides pileup at position functionality for various tools. // *************************************************************************** @@ -11,8 +10,9 @@ #ifndef BAMTOOLS_PILEUP_ENGINE_H #define BAMTOOLS_PILEUP_ENGINE_H +#include "utils/utils_global.h" + #include -#include #include namespace BamTools {