From 3f07394ab1f146149cb8e5a1bc671a6081669985 Mon Sep 17 00:00:00 2001 From: Leorize Date: Fri, 5 Jul 2024 14:44:31 -0500 Subject: [PATCH] change 2 --- compiler/ast/ast_types.nim | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/ast/ast_types.nim b/compiler/ast/ast_types.nim index 4bba6e9b78a..fd98e7d2fa1 100644 --- a/compiler/ast/ast_types.nim +++ b/compiler/ast/ast_types.nim @@ -1,4 +1,5 @@ import compiler/ast/[lineinfos, numericbase] + import std/[hashes] from compiler/ast/idents import PIdent, TIdent