Skip to content

Commit 40a343b

Browse files
author
AndreySorokin7
committed
fix
1 parent a453ed9 commit 40a343b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/parallel/backends.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#include <vector>
99

1010
#ifdef HAS_OPENMP
11-
#include <omp.h>
11+
// #include <omp.h>
1212
#endif
1313

1414
#include <oneapi/tbb/blocked_range.h>

0 commit comments

Comments
 (0)