diff options
Diffstat (limited to 'lib/core')
-rw-r--r-- | lib/core/macros.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/core/macros.nim b/lib/core/macros.nim index 6e02ae42c..9e17b665a 100644 --- a/lib/core/macros.nim +++ b/lib/core/macros.nim @@ -8,6 +8,7 @@ # include "system/inclrtl" +import std/private/since ## This module contains the interface to the compiler's abstract syntax ## tree (`AST`:idx:). Macros operate on this tree. |