summaryrefslogtreecommitdiff
path: root/math/combblas/files/patch-include_CombBLAS_FullyDistSpVec.cpp
blob: ea23d456a579d28a738acd18a7e7905ce79a7fe9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- include/CombBLAS/FullyDistSpVec.cpp.orig	2022-07-15 16:37:18 UTC
+++ include/CombBLAS/FullyDistSpVec.cpp
@@ -37,8 +37,8 @@
 #include <sys/stat.h>
 
 #ifdef GNU_PARALLEL
-#include <parallel/algorithm>
-#include <parallel/numeric>
+#include <algorithm>
+//#include <parallel/numeric>
 #endif
 
 #include "usort/parUtils.h"