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