summary refs log tree commit diff stats
path: root/lib
diff options
context:
space:
mode:
authorKevin <cndkhuong@gmail.com>2019-12-09 13:58:06 +0800
committerAndreas Rumpf <rumpf_a@web.de>2019-12-09 06:58:06 +0100
commita02d043b5850d9d6ca6584ce513b72ddedf2ef04 (patch)
treeac12221c7ab8e42c71e28b1588f3d01c7d00d00b /lib
parentff5ef95414e48714efd0ce2b3b694de1017032dc (diff)
downloadNim-a02d043b5850d9d6ca6584ce513b72ddedf2ef04.tar.gz
added cstrutils (#12858) [backport]
fixed for 'csuCmpIgnoreStyle' error on hotcodereloading
Diffstat (limited to 'lib')
-rw-r--r--lib/nimrtl.nim2
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