summary refs log tree commit diff stats
path: root/compiler/sempass2.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2019-04-01 16:51:18 +0200
committerAraq <rumpf_a@web.de>2019-04-01 16:51:18 +0200
commitc3067e36bbdaecf292bb67bb8c8cf3010ce87b14 (patch)
treea52934ed9247e2f19fb34db8a0aba0e25e945b08 /compiler/sempass2.nim
parentfda1352ccfdf46610cf18fb9cfeefe6d5c85bc5a (diff)
downloadNim-c3067e36bbdaecf292bb67bb8c8cf3010ce87b14.tar.gz
newruntime: progress
Diffstat (limited to 'compiler/sempass2.nim')
-rw-r--r--compiler/sempass2.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/sempass2.nim b/compiler/sempass2.nim
index fa4941ba4..cab79314a 100644
--- a/compiler/sempass2.nim
+++ b/compiler/sempass2.nim
@@ -10,7 +10,7 @@
 import
   intsets, ast, astalgo, msgs, renderer, magicsys, types, idents, trees,
   wordrecg, strutils, options, guards, lineinfos, semfold, semdata,
-  modulegraphs, lowerings, sigmatch
+  modulegraphs, lowerings, sigmatch, tables
 
 when not defined(leanCompiler):
   import writetracking