X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=commandoptionparser.hpp;h=0c3a6f378b02a1b86c5f4cad5a52302c239b7877;hp=44df8f7619a0e8cb4ab39717934c04524337c346;hb=d1c97b8c04bb75faca1e76ffad60b37a4d789d3d;hpb=0470f6d037aacb3563c3f7010708120a4a67d4e6 diff --git a/commandoptionparser.hpp b/commandoptionparser.hpp index 44df8f7..0c3a6f3 100644 --- a/commandoptionparser.hpp +++ b/commandoptionparser.hpp @@ -2,6 +2,7 @@ #define COMMANDOPTIONPARSER_HPP #include "mothur.h" +#include "mothurout.h" //********************************************************************************************************************** @@ -13,6 +14,7 @@ public: private: string commandString, optionString; + MothurOut* m; }; //**********************************************************************************************************************