Skip to content

Commit

Permalink
chore: import Std.Data.HashMap in backported files
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-em committed Aug 29, 2024
1 parent d017635 commit c122849
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Lean/Elab/BuiltinCommand.lean
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import Lean.Elab.Eval
import Lean.Elab.Command
import Lean.Elab.Open
import Lean.Elab.SetOption
import Std.Data.HashMap

namespace Lean.Elab.Command

Expand Down
1 change: 1 addition & 0 deletions src/Lean/Elab/MutualDef.lean
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import Lean.Elab.Deriving.Basic
import Lean.Elab.PreDefinition.Main
import Lean.Elab.PreDefinition.TerminationHint
import Lean.Elab.DeclarationRange
import Std.Data.HashMap

namespace Lean.Elab
open Lean.Parser.Term
Expand Down

0 comments on commit c122849

Please sign in to comment.