X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=src%2Fapi%2FBamIndex.h;h=5e40d87eb517d4fbc8797e8f5d874eb520602f56;hb=9f1ce8c47aeadb6dc1320b52ee671c3341b97935;hp=e967c09a5d7589514add01faf11274953e7fc1ea;hpb=25a2a1f6598b6452455da96c28a7f58fd9e7ed2d;p=bamtools.git diff --git a/src/api/BamIndex.h b/src/api/BamIndex.h index e967c09..5e40d87 100644 --- a/src/api/BamIndex.h +++ b/src/api/BamIndex.h @@ -2,7 +2,7 @@ // BamIndex.h (c) 2009 Derek Barnett // Marth Lab, Department of Biology, Boston College // --------------------------------------------------------------------------- -// Last modified: 9 October 2011 (DB) +// Last modified: 10 October 2011 (DB) // --------------------------------------------------------------------------- // Provides basic BAM index interface // *************************************************************************** @@ -10,8 +10,8 @@ #ifndef BAM_INDEX_H #define BAM_INDEX_H -#include -#include +#include "api/api_global.h" +#include "api/BamAux.h" #include namespace BamTools {