]> git.donarmstrong.com Git - bamtools.git/blobdiff - src/api/BamReader.h
Added API_EXPORT macro to classes in BamTools API
[bamtools.git] / src / api / BamReader.h
index 1160bd547fa31518aa263bef7f4ccc95ae5fb84d..120a9bb447e7b5324f78f7077d5f5fdd9230b418 100644 (file)
@@ -3,7 +3,7 @@
 // Marth Lab, Department of Biology, Boston College\r
 // All rights reserved.\r
 // ---------------------------------------------------------------------------\r
-// Last modified: 13 October 2010 (DB)\r
+// Last modified: 19 November 2010 (DB)\r
 // ---------------------------------------------------------------------------\r
 // Uses BGZF routines were adapted from the bgzf.c code developed at the Broad\r
 // Institute.\r
 #ifndef BAMREADER_H\r
 #define BAMREADER_H\r
 \r
+#include <api/api_global.h>\r
+#include <api/BamAlignment.h>\r
+#include <api/BamIndex.h>\r
 #include <string>\r
-#include "BamAlignment.h"\r
-#include "BamIndex.h"\r
 \r
 namespace BamTools {\r
   \r
-class BamReader {\r
+class API_EXPORT BamReader {\r
 \r
     // constructor / destructor\r
     public:\r