]> git.donarmstrong.com Git - bamtools.git/blobdiff - src/api/BamAlignment.h
Added API_EXPORT macro to classes in BamTools API
[bamtools.git] / src / api / BamAlignment.h
index cbf13d5b5940b70def64ed767dddbbcc1b93a486..f3130733504617a37c5b178931faa35399036e91 100644 (file)
@@ -3,7 +3,7 @@
 // Marth Lab, Department of Biology, Boston College
 // All rights reserved.
 // ---------------------------------------------------------------------------
-// Last modified: 9 October 2010 (DB)
+// Last modified: 19 November 2010 (DB)
 // ---------------------------------------------------------------------------
 // Provides the BamAlignment data structure
 // ***************************************************************************
 #ifndef BAMALIGNMENT_H
 #define BAMALIGNMENT_H
 
+#include <api/api_global.h>
+#include <api/BamAux.h>
 #include <string>
 #include <vector>
-#include "BamAux.h"
 
 namespace BamTools {
 
 // BamAlignment data structure
 // explicitly labeled as 'struct' to indicate that (most of) its fields are public
-struct BamAlignment {
+struct API_EXPORT BamAlignment {
 
     // constructors & destructor
     public: