]> git.donarmstrong.com Git - mothur.git/blobdiff - averagelinkage.cpp
added get.repseqs command, started matrix output command
[mothur.git] / averagelinkage.cpp
index 1ab5160f07720f2330c7a627654e8ed264098e54..54f380353c6d97f018218c74e7667b3df1f89637 100644 (file)
@@ -1,8 +1,11 @@
+#ifndef AVERAGE_H
+#define AVERAGE_H
 
+
+#include "mothur.h"
 #include "cluster.hpp"
 #include "rabundvector.hpp"
 #include "sparsematrix.hpp"
-#include <exception>
 
 /* This class implements the average UPGMA, average neighbor clustering algorithm */
 
@@ -76,3 +79,7 @@ void AverageLinkage::update(){
 }
 
 /***********************************************************************/
+
+#endif
+
+