X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=src%2Fapi%2FIBamIODevice.h;h=b34e449a04ed966756c8c1bc3cb71a60f7bd970f;hb=9f1ce8c47aeadb6dc1320b52ee671c3341b97935;hp=5c1856ea4f97ab1b87d92c5fbedac77a5b6fb9a3;hpb=2e1822c9ed231b25fd474117a01a1492d4209fa4;p=bamtools.git diff --git a/src/api/IBamIODevice.h b/src/api/IBamIODevice.h index 5c1856e..b34e449 100644 --- a/src/api/IBamIODevice.h +++ b/src/api/IBamIODevice.h @@ -2,7 +2,7 @@ // IBamIODevice.h (c) 2011 Derek Barnett // Marth Lab, Department of Biology, Boston College // --------------------------------------------------------------------------- -// Last modified: 7 October 2011 (DB) +// Last modified: 10 October 2011 (DB) // --------------------------------------------------------------------------- // Base class for all BAM I/O devices (e.g. local file, pipe, HTTP, FTP, etc.) // @@ -18,7 +18,7 @@ #ifndef IBAMIODEVICE_H #define IBAMIODEVICE_H -#include +#include "api/api_global.h" #include namespace BamTools {