diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/nimrtl.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/nimrtl.nim b/lib/nimrtl.nim index 335207f54..7ec5eb981 100644 --- a/lib/nimrtl.nim +++ b/lib/nimrtl.nim @@ -32,4 +32,4 @@ when not defined(createNimRtl): import parseutils, strutils, parseopt, parsecfg, strtabs, unicode, pegs, ropes, - os, osproc, times + os, osproc, times, cstrutils |