Skip to content

Commit 8311e6c

Browse files
committed
correct location
1 parent c2fa528 commit 8311e6c

File tree

1 file changed

+1
-1
lines changed
  • src/utilities/include

1 file changed

+1
-1
lines changed

src/utilities/include/par.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@
3434
#include <execution>
3535
#endif
3636

37-
#include "iters.h"
3837
#define MANIFOLD_PAR_NS tbb
3938
#else
4039
#define MANIFOLD_PAR_NS cpp
4140
#endif
4241

42+
#include "iters.h"
4343
namespace manifold {
4444

4545
enum class ExecutionPolicy {

0 commit comments

Comments
 (0)