Skip to content

Commit

Permalink
Require Import ZArith before using it in ModularArithmeticTheorems.v
Browse files Browse the repository at this point in the history
  • Loading branch information
andres-erbsen committed Nov 3, 2024
1 parent 7ccd89f commit 587514e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Arithmetic/ModularArithmeticTheorems.v
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From Coq Require Import Lia Morphisms Morphisms_Prop.
From Coq Require Import ZArith Lia Morphisms Morphisms_Prop.
Require Import Crypto.Spec.ModularArithmetic.
Require Import Crypto.Arithmetic.ModularArithmeticPre.

Expand Down

0 comments on commit 587514e

Please sign in to comment.