X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=readmatrix.hpp;fp=readmatrix.hpp;h=44e7bf6a61932122b8e6212f01cb1773b91de9ed;hb=fd282e6b4be2560f5b1bd154a9e8d24b798eefaf;hp=9c71732f87a712eef8660748926e7a1ceb64c6c6;hpb=67b6343929b6dbed97c4b26c3bb849725d573f6d;p=mothur.git diff --git a/readmatrix.hpp b/readmatrix.hpp index 9c71732..44e7bf6 100644 --- a/readmatrix.hpp +++ b/readmatrix.hpp @@ -12,6 +12,7 @@ #include "rabundvector.hpp" #include "listvector.hpp" +#include "sharedlistvector.h" #include "sparsematrix.hpp" #include "nameassignment.hpp" #include "inputdata.h" @@ -82,6 +83,7 @@ private: InputData* input; InputData* inputSabund; ListVector* list; + SharedListVector* SharedList; OrderVector* order; SAbundVector* sabund; GlobalData* globaldata;