diff options
Diffstat (limited to 'nim/ropes.pas')
-rw-r--r-- | nim/ropes.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nim/ropes.pas b/nim/ropes.pas index 864afd5b8..6b6540c24 100644 --- a/nim/ropes.pas +++ b/nim/ropes.pas @@ -64,7 +64,7 @@ interface {$include 'config.inc'} uses - nsystem, msgs, strutils, platform, hashes, crc; + nsystem, msgs, strutils, platform, nhashes, crc; const CacheLeafs = true; |