X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=sequence.hpp;h=f48bf13dc98d034cea520cf78b09124fff30cb33;hp=f6d7c869853a17808d8d894466f3d473b18c13d8;hb=74844a60d80c6dd06e3fb02ee9b928424f9019b0;hpb=a218321731df14d231bbc08e79906f757cf1540d diff --git a/sequence.hpp b/sequence.hpp index f6d7c86..f48bf13 100644 --- a/sequence.hpp +++ b/sequence.hpp @@ -15,7 +15,7 @@ */ #include "mothur.h" - +#include "mothurout.h" /**************************************************************************************************/ @@ -47,6 +47,7 @@ public: void printSequence(ostream&); private: + MothurOut* m; void initialize(); string getSequenceString(ifstream&); string getCommentString(ifstream&);