]> git.donarmstrong.com Git - mothur.git/blobdiff - mothur.h
initialized numLinkers and numSpacers in trim.seqs and trim.flows
[mothur.git] / mothur.h
index 50344e24bfea85e8b7c4b829b5136e3e63d34fc7..1a07b6f930ec77b58a888cac1e715e2a292ea42f 100644 (file)
--- a/mothur.h
+++ b/mothur.h
@@ -42,6 +42,7 @@
 #include <cmath>
 #include <math.h>
 #include <algorithm>
+#include <numeric>
 
 //misc
 #include <cerrno>
@@ -53,7 +54,7 @@
 #endif
 /***********************************************************************/
 
-#if defined (__APPLE__) || (__MACH__) || (linux) || (__linux)
+#if defined (__APPLE__) || (__MACH__) || (linux) || (__linux) || (__linux__) || (__unix__) || (__unix)
        #include <sys/wait.h>
        #include <sys/time.h>
        #include <sys/resource.h>