Skip to content

Commit aaf5c82

Browse files
committed
add missing import
1 parent 451c149 commit aaf5c82

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

parallel_algorithm.d

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ import std.typetuple, std.parallelism, std.range, std.functional,
22
std.algorithm, std.stdio, std.array, std.traits, std.conv,
33
core.stdc.string, core.atomic;
44

5+
static import std.numeric;
6+
57
version(unittest) {
68
import std.random, std.typecons, std.math;
79
}

0 commit comments

Comments
 (0)