X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=summarytaxcommand.h;h=e8033e23c76837809aa7828389b9cbae13b9c639;hb=e8e13c129ba8184ec5932a090773f353f3ae3406;hp=5f0630f66a03ba9f08a2dd4d2098808a513f0a3c;hpb=49d2b7459c5027557564b21e9487dadafbbbdc96;p=mothur.git diff --git a/summarytaxcommand.h b/summarytaxcommand.h index 5f0630f..e8033e2 100644 --- a/summarytaxcommand.h +++ b/summarytaxcommand.h @@ -11,6 +11,7 @@ */ #include "command.hpp" +#include "counttable.h" /**************************************************************************************************/ @@ -33,7 +34,7 @@ class SummaryTaxCommand : public Command { private: bool abort; - string taxfile, outputDir, namefile, groupfile, refTaxonomy; + string taxfile, outputDir, namefile, groupfile, refTaxonomy, countfile; vector outputNames; map nameMap; };