diff options
Diffstat (limited to 'compiler/writetracking.nim')
-rw-r--r-- | compiler/writetracking.nim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/writetracking.nim b/compiler/writetracking.nim index c0f7b7b20..1ea1deb2d 100644 --- a/compiler/writetracking.nim +++ b/compiler/writetracking.nim @@ -15,7 +15,8 @@ ## * Computing an aliasing relation based on the assignments. This relation ## is then used to compute the 'writes' and 'escapes' effects. -import intsets, idents, ast, astalgo, trees, renderer, msgs, types, options +import intsets, idents, ast, astalgo, trees, renderer, msgs, types, options, + lineinfos const debug = false |