diff options
Diffstat (limited to 'nim/ccgutils.pas')
-rw-r--r-- | nim/ccgutils.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nim/ccgutils.pas b/nim/ccgutils.pas index 56eff6c9e..49c1a8cee 100644 --- a/nim/ccgutils.pas +++ b/nim/ccgutils.pas @@ -16,7 +16,7 @@ interface uses charsets, nsystem, - ast, astalgo, ropes, lists, hashes, strutils, types, msgs; + ast, astalgo, ropes, lists, nhashes, strutils, types, msgs; function toCChar(c: Char): string; function makeCString(const s: string): PRope; |