diff options
Diffstat (limited to 'compiler/ic/ic.nim')
-rw-r--r-- | compiler/ic/ic.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/ic/ic.nim b/compiler/ic/ic.nim index 38b6987f9..2ac441b3e 100644 --- a/compiler/ic/ic.nim +++ b/compiler/ic/ic.nim @@ -15,7 +15,7 @@ import ".." / [ast, idents, lineinfos, msgs, ropes, options, from os import removeFile, isAbsolute when defined(nimPreviewSlimSystem): - import std/[syncio, assertions] + import std/[syncio, assertions, formatfloat] type PackedConfig* = object |