X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=nast.hpp;h=9428aed0446ce1236d23342467c80950cf64ab7f;hb=70491a12902e89b85cfa6b44a7b7fbe066ee2ac1;hp=bc2467f13c3d65fe41309ffb6de13ffdbaafd7c4;hpb=648ec37228eb16075ace911dd5a5773cdfe683da;p=mothur.git diff --git a/nast.hpp b/nast.hpp index bc2467f..9428aed 100644 --- a/nast.hpp +++ b/nast.hpp @@ -19,6 +19,7 @@ */ #include "mothur.h" +#include "mothurout.h" class Alignment; class Sequence; @@ -43,6 +44,7 @@ private: Sequence* templateSeq; int maxInsertLength; + MothurOut* m; }; /**************************************************************************************************/