]> git.donarmstrong.com Git - mothur.git/blobdiff - helpcommand.h
added read.shared, broke up globaldata a bit
[mothur.git] / helpcommand.h
index 6d95d86293c8660d3d514ac5895d4b57dccd68d2..d8f9b14d884e48d931f013f42badf8be4f38e42b 100644 (file)
@@ -13,6 +13,7 @@
 
 #include "command.hpp"
 #include "globaldata.hpp"
+#include "validcommands.h"
 
 
 class HelpCommand : public Command {
@@ -23,6 +24,7 @@ public:
        int execute();
 private:
        GlobalData* globaldata;
+       ValidCommands* validCommands;
        
 private: