]> git.donarmstrong.com Git - mothur.git/blobdiff - clustercommand.h
fixed linking error in collect, collectshared, and errorcheckor
[mothur.git] / clustercommand.h
index 9dfd2a063ada813ce96be831e55263fafe132c1a..5dbeb73e2a5e133669f1d5ffd0d61a85731ed9a5 100644 (file)
@@ -9,11 +9,12 @@
  *
  */
 
-#include <Carbon/Carbon.h>
 #include <iostream>
 #include <fstream>
+#include "globaldata.hpp"
 #include "command.hpp"
 #include "rabundvector.hpp"
+#include "sabundvector.hpp"
 #include "listvector.hpp"
 #include "cluster.hpp"
 #include "sparsematrix.hpp"
@@ -53,4 +54,4 @@ private:
        void printData(string label);
 };
 
-#endif
\ No newline at end of file
+#endif