Skip to content

Commit

Permalink
fix: add imports now needed in Imo1998Q2 and Imo1988Q6 (#11535)
Browse files Browse the repository at this point in the history
Fixes breakage from #11507.
  • Loading branch information
dwrensha committed Mar 20, 2024
1 parent 01017f4 commit a584fa1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Archive/Imo/Imo1988Q6.lean
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Copyright (c) 2019 Johan Commelin. All rights reserved.
Released under Apache 2.0 license as described in the file LICENSE.
Authors: Johan Commelin
-/
import Mathlib.Algebra.Order.WithZero
import Mathlib.Data.Nat.Prime
import Mathlib.Data.Rat.Defs
import Mathlib.Order.WellFounded
Expand Down
1 change: 1 addition & 0 deletions Archive/Imo/Imo1998Q2.lean
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Released under Apache 2.0 license as described in the file LICENSE.
Authors: Oliver Nash
-/
import Mathlib.Algebra.BigOperators.Order
import Mathlib.Algebra.Order.Field.Basic
import Mathlib.Data.Fintype.Prod
import Mathlib.Data.Int.Parity
import Mathlib.GroupTheory.GroupAction.Ring
Expand Down

0 comments on commit a584fa1

Please sign in to comment.