]> git.donarmstrong.com Git - mothur.git/blobdiff - helpcommand.h
added bootstrap.shared command and fixed some bugs with heatmap
[mothur.git] / helpcommand.h
index d8f9b14d884e48d931f013f42badf8be4f38e42b..58356d13fa21b6f0c81377915618fff9c277473b 100644 (file)
@@ -14,6 +14,7 @@
 #include "command.hpp"
 #include "globaldata.hpp"
 #include "validcommands.h"
+#include "validcalculator.h"
 
 
 class HelpCommand : public Command {
@@ -25,6 +26,7 @@ public:
 private:
        GlobalData* globaldata;
        ValidCommands* validCommands;
+       ValidCalculators* validCalcs;
        
 private: