summary refs log tree commit diff stats
path: root/nim/treetab.pas
diff options
context:
space:
mode:
Diffstat (limited to 'nim/treetab.pas')
-rw-r--r--nim/treetab.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/nim/treetab.pas b/nim/treetab.pas
index dbd7b5276..31d7aa0cf 100644
--- a/nim/treetab.pas
+++ b/nim/treetab.pas
@@ -15,7 +15,7 @@ interface
 {$include 'config.inc'}
 
 uses
-  nsystem, hashes, ast, astalgo, types;
+  nsystem, nhashes, ast, astalgo, types;
 
 function NodeTableGet(const t: TNodeTable; key: PNode): int;
 procedure NodeTablePut(var t: TNodeTable; key: PNode; val: int);