summary refs log tree commit diff stats
path: root/nim/astalgo.pas
diff options
context:
space:
mode:
Diffstat (limited to 'nim/astalgo.pas')
-rw-r--r--nim/astalgo.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/nim/astalgo.pas b/nim/astalgo.pas
index f7b6f651d..e5475ddd1 100644
--- a/nim/astalgo.pas
+++ b/nim/astalgo.pas
@@ -17,7 +17,7 @@ interface
 {$include 'config.inc'}
 
 uses
-  nsystem, ast, hashes, charsets, strutils, options, msgs, ropes, idents;
+  nsystem, ast, nhashes, charsets, strutils, options, msgs, ropes, idents;
 
 function hashNode(p: PObject): THash;