X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=suffixnodes.hpp;h=6a22c4d4359b8ee6120c3e683b2d14318fd0c05c;hb=541bab1dac00688b4c3a8c4a95ab464412663c50;hp=63918fa6acf5f5c5f81124403e387cb61c7634b3;hpb=02909d6cae9963ba00dc746969a370fa8ca934fc;p=mothur.git 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; }; //********************************************************************************************************************