]> git.donarmstrong.com Git - bamtools.git/blobdiff - src/utils/bamtools_pileup_engine.h
Updated to match new BamAlignment.h includes
[bamtools.git] / src / utils / bamtools_pileup_engine.h
index 675b8e6ade6a24436d1cd2289553a331efd5af52..403c4b4cbb0edb3ff15db68c151e36ff886c737e 100644 (file)
@@ -3,7 +3,7 @@
 // Marth Lab, Department of Biology, Boston College
 // All rights reserved.
 // ---------------------------------------------------------------------------
-// Last modified: 16 September 2010
+// Last modified: 18 September 2010
 // ---------------------------------------------------------------------------
 // Provides pileup at position functionality for various tools.
 // ***************************************************************************
@@ -12,7 +12,7 @@
 #define BAMTOOLS_PILEUP_ENGINE_H
 
 #include <vector>
-#include "BamAux.h"
+#include "BamAlignment.h"
 
 namespace BamTools {