Skip to content

Commit c122849

Browse files
committed
chore: import Std.Data.HashMap in backported files
1 parent d017635 commit c122849

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Lean/Elab/BuiltinCommand.lean

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import Lean.Elab.Eval
1212
import Lean.Elab.Command
1313
import Lean.Elab.Open
1414
import Lean.Elab.SetOption
15+
import Std.Data.HashMap
1516

1617
namespace Lean.Elab.Command
1718

src/Lean/Elab/MutualDef.lean

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import Lean.Elab.Deriving.Basic
1616
import Lean.Elab.PreDefinition.Main
1717
import Lean.Elab.PreDefinition.TerminationHint
1818
import Lean.Elab.DeclarationRange
19+
import Std.Data.HashMap
1920

2021
namespace Lean.Elab
2122
open Lean.Parser.Term

0 commit comments

Comments
 (0)