Skip to content

Commit 86a7c59

Browse files
committed
Works on my machine but CI reports missing import
1 parent 2e17de6 commit 86a7c59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

std/numeric.d

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3489,6 +3489,7 @@ public:
34893489
///
34903490
unittest
34913491
{
3492+
import std.complex : Complex;
34923493
enum size = 8;
34933494
float[size] arr = [1,2,3,4,5,6,7,8];
34943495
Complex!float[size] fft1;

0 commit comments

Comments
 (0)