diff options
-rw-r--r-- | compiler/plugins/active.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/plugins/active.nim b/compiler/plugins/active.nim index 4e82e58cb..7b5306f9c 100644 --- a/compiler/plugins/active.nim +++ b/compiler/plugins/active.nim @@ -10,7 +10,7 @@ ## Include file that imports all plugins that are active. import - compiler / [pluginsupport, idents, ast], locals, itersgen + "../compiler" / [pluginsupport, idents, ast], locals, itersgen const plugins: array[2, Plugin] = [ |