Skip to content

Commit e934022

Browse files
committed
fixes #24666; Compliation error when formatting a complex number
1 parent 7695d51 commit e934022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pure/complex.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ runnableExamples:
3333
{.push checks: off, line_dir: off, stack_trace: off, debugger: off.}
3434
# the user does not want to trace a part of the standard library!
3535

36-
import std/[math, strformat]
36+
import std/[math, strformat, strutils]
3737

3838
type
3939
Complex*[T: SomeFloat] = object

0 commit comments

Comments
 (0)