summary refs log tree commit diff stats
path: root/nim/cgen.pas
diff options
context:
space:
mode:
Diffstat (limited to 'nim/cgen.pas')
-rw-r--r--nim/cgen.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/nim/cgen.pas b/nim/cgen.pas
index 5dcb7f50b..df8431a30 100644
--- a/nim/cgen.pas
+++ b/nim/cgen.pas
@@ -16,7 +16,7 @@ interface
 {$include 'config.inc'}
 
 uses
-  nsystem, ast, astalgo, strutils, hashes, trees, platform, magicsys,
+  nsystem, ast, astalgo, strutils, nhashes, trees, platform, magicsys,
   extccomp, options, nversion, nimsets, msgs, crc, bitsets, idents,
   lists, types, ccgutils, nos, ntime, ropes, nmath, passes, rodread,
   wordrecg, rnimsyn, treetab;