summary refs log tree commit diff stats
path: root/compiler/dfa.nim
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/dfa.nim')
-rw-r--r--compiler/dfa.nim3
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler/dfa.nim b/compiler/dfa.nim
index d68e7be82..5b048ff6e 100644
--- a/compiler/dfa.nim
+++ b/compiler/dfa.nim
@@ -32,6 +32,9 @@
 import ast, intsets, lineinfos, renderer
 import std/private/asciitables
 
+when defined(nimPreviewSlimSystem):
+  import std/assertions
+
 type
   InstrKind* = enum
     goto, fork, def, use