Skip to content

Commit f5f0f14

Browse files
author
AndreySorokin7
committed
fix
1 parent 0ba7e1b commit f5f0f14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/parallel/backends.hpp

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

99
#ifdef HAS_OPENMP
10-
#include <omp.h>
10+
// #include <omp.h>
1111
#endif
1212

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

0 commit comments

Comments
 (0)