]> git.donarmstrong.com Git - bamtools.git/blobdiff - src/api/BamAlignment.cpp
Added API_EXPORT macro to classes in BamTools API
[bamtools.git] / src / api / BamAlignment.cpp
index c3963386707f3c9b06701c2062075fe8b09fe2f5..b0986dfead689291720bb353c57752d9ee6818cd 100644 (file)
@@ -3,11 +3,14 @@
 // Marth Lab, Department of Biology, Boston College
 // All rights reserved.
 // ---------------------------------------------------------------------------
-// Last modified: 19 September 2010 (DB)
+// Last modified: 19 November 2010 (DB)
 // ---------------------------------------------------------------------------
 // Provides the BamAlignment data structure
 // ***************************************************************************
 
+#include <api/BamAlignment.h>
+using namespace BamTools;
+
 #include <cctype>
 #include <cstdio>
 #include <cstdlib>
@@ -15,8 +18,6 @@
 #include <exception>
 #include <map>
 #include <utility>
-#include "BamAlignment.h"
-using namespace BamTools;
 using namespace std;
 
 // default ctor
@@ -684,4 +685,4 @@ bool BamAlignment::SkipToNextTag(const char storageType, char* &pTagData, unsign
     
     // return success
     return true;
-}
\ No newline at end of file
+}