]> git.donarmstrong.com Git - mothur.git/blobdiff - validparameter.h
changed unifrac.weighted()
[mothur.git] / validparameter.h
index e0477aab0e9c1f39ffa19c836ef960de2c0e2bfa..c03c034f41b6308b4945753147abda65cddf48d7 100644 (file)
@@ -11,9 +11,7 @@
  */
 using namespace std;
 
-#include <iostream>
-#include <string>
-#include <map>
+#include "mothur.h"
 
 //This class contains a list of all valid parameters in Mothur.  
 //It has a function which will tell you if your parameter is valid.
@@ -28,6 +26,7 @@ class ValidParameters {
                bool isValidParameter(string);
        private:
                map<string, string> parameters;
+               map<string, string>::iterator it;
 
 };