diff options
author | Kevin <cndkhuong@gmail.com> | 2019-12-09 13:58:06 +0800 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2019-12-09 06:58:06 +0100 |
commit | a02d043b5850d9d6ca6584ce513b72ddedf2ef04 (patch) | |
tree | ac12221c7ab8e42c71e28b1588f3d01c7d00d00b /lib | |
parent | ff5ef95414e48714efd0ce2b3b694de1017032dc (diff) | |
download | Nim-a02d043b5850d9d6ca6584ce513b72ddedf2ef04.tar.gz |
added cstrutils (#12858) [backport]
fixed for 'csuCmpIgnoreStyle' error on hotcodereloading
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 |