Skip to content

Commit 4d594f7

Browse files
committed
removed 'execution' include as it causes problems on ubu20
1 parent 86d1b57 commit 4d594f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/core/math_reduction.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#include <algorithm>
1919
#include <random>
2020
#include <numeric> // std reduction
21-
#include <execution>
21+
// #include <execution>
2222

2323
namespace rm = rmagine;
2424

0 commit comments

Comments
 (0)