X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=suffixnodes.hpp;h=6a22c4d4359b8ee6120c3e683b2d14318fd0c05c;hp=63918fa6acf5f5c5f81124403e387cb61c7634b3;hb=df7e3ff9f68ef157b0328a2d353c3258c5d45d89;hpb=02909d6cae9963ba00dc746969a370fa8ca934fc diff --git a/suffixnodes.hpp b/suffixnodes.hpp index 63918fa..6a22c4d 100644 --- a/suffixnodes.hpp +++ b/suffixnodes.hpp @@ -17,6 +17,7 @@ */ #include "mothur.h" +#include "mothurout.h" //******************************************************************************************************************** @@ -42,6 +43,7 @@ protected: int parentNode; int startCharPosition; int endCharPosition; + MothurOut* m; }; //********************************************************************************************************************