]> git.donarmstrong.com Git - mothur.git/blobdiff - suffixnodes.hpp
changes while testing
[mothur.git] / suffixnodes.hpp
index 63918fa6acf5f5c5f81124403e387cb61c7634b3..6a22c4d4359b8ee6120c3e683b2d14318fd0c05c 100644 (file)
@@ -17,6 +17,7 @@
  */
 
 #include "mothur.h"
+#include "mothurout.h"
 
 //********************************************************************************************************************
 
@@ -42,6 +43,7 @@ protected:
        int parentNode;
        int startCharPosition;
        int endCharPosition;
+       MothurOut* m;
 };
 
 //********************************************************************************************************************