diff options
Diffstat (limited to 'compiler/sempass2.nim')
-rw-r--r-- | compiler/sempass2.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/sempass2.nim b/compiler/sempass2.nim index 217482d95..32d749bb4 100644 --- a/compiler/sempass2.nim +++ b/compiler/sempass2.nim @@ -18,7 +18,7 @@ when not defined(leanCompiler): when defined(useDfa): import dfa -include liftdestructors +import liftdestructors #[ Second semantic checking pass over the AST. Necessary because the old way had some inherent problems. Performs: |