X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=venn.h;h=398f20bb1872832aed6ab89240ce120a0405f623;hp=ceb52fda7a5447f812133aea9c343d7ccf8e71b5;hb=c5c7502f435e1413c19e373dab1dfebcaa67588d;hpb=2e5ec5cbbd23637ed20da9bdd544d178a3b5d949 diff --git a/venn.h b/venn.h index ceb52fd..398f20b 100644 --- a/venn.h +++ b/venn.h @@ -18,6 +18,7 @@ using namespace std; #include "datavector.hpp" #include "globaldata.hpp" #include "calculator.h" +#include "sharedutilities.h" /***********************************************************************/ @@ -31,8 +32,7 @@ class Venn { void getPic(SharedOrderVector*, vector); private: - void getSharedVectors(SharedOrderVector*); - + SharedUtil* util; SAbundVector* sabund; GlobalData* globaldata; vector lookup;